mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: do not overwrite warnOnly measurements flag
The image-api's measurement.json includes a setting for warnOnly that should be followed by default. Enforcing all measurments is currently not possible as some of them are unstable.
This commit is contained in:
parent
f97d351ad2
commit
03de71fdd2
1
.github/actions/e2e_verify/action.yml
vendored
1
.github/actions/e2e_verify/action.yml
vendored
@ -24,7 +24,6 @@ runs:
|
|||||||
for key in $(echo $MEASUREMENTS | jq 'keys[]' -r); do
|
for key in $(echo $MEASUREMENTS | jq 'keys[]' -r); do
|
||||||
echo Updating $key to $(echo $MEASUREMENTS | jq ".\"$key\"" -r)
|
echo Updating $key to $(echo $MEASUREMENTS | jq ".\"$key\"" -r)
|
||||||
yq -i ".provider.${{ inputs.cloudProvider }}.measurements.[$key] = $(echo $MEASUREMENTS | jq ".\"$key\"")" constellation-conf.yaml
|
yq -i ".provider.${{ inputs.cloudProvider }}.measurements.[$key] = $(echo $MEASUREMENTS | jq ".\"$key\"")" constellation-conf.yaml
|
||||||
yq -i ".provider.${{ inputs.cloudProvider }}.measurements.[$key].warnOnly = false" constellation-conf.yaml
|
|
||||||
done
|
done
|
||||||
yq -i '.provider.${{ inputs.cloudProvider }}.measurements |= array_to_map' constellation-conf.yaml
|
yq -i '.provider.${{ inputs.cloudProvider }}.measurements |= array_to_map' constellation-conf.yaml
|
||||||
cat constellation-conf.yaml
|
cat constellation-conf.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user