mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-02 01:46:53 -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 changed files with 0 additions and 1 deletions
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
|
||||
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].warnOnly = false" constellation-conf.yaml
|
||||
done
|
||||
yq -i '.provider.${{ inputs.cloudProvider }}.measurements |= array_to_map' constellation-conf.yaml
|
||||
cat constellation-conf.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue