mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-12 16:47:25 -05:00
ci: do not manually clear measurements on verify e2e (#1889)
This commit is contained in:
parent
3e583946a1
commit
8c3617faf0
1 changed files with 0 additions and 14 deletions
14
.github/actions/e2e_verify/action.yml
vendored
14
.github/actions/e2e_verify/action.yml
vendored
|
|
@ -12,20 +12,6 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Clear current measurements
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
if [[ $(yq '.version' constellation-conf.yaml) == "v2" ]]
|
|
||||||
then
|
|
||||||
yq -i 'del(.provider.${{ inputs.cloudProvider }}.measurements)' constellation-conf.yaml
|
|
||||||
else
|
|
||||||
yq -i 'del(.attestation.awsNitroTPM.measurements)' constellation-conf.yaml
|
|
||||||
yq -i 'del(.attestation.azureSEVSNP.measurements)' constellation-conf.yaml
|
|
||||||
yq -i 'del(.attestation.azureTrustedLaunch.measurements)' constellation-conf.yaml
|
|
||||||
yq -i 'del(.attestation.gcpSEVES.measurements)' constellation-conf.yaml
|
|
||||||
yq -i 'del(.attestation.qemuVTPM.measurements)' constellation-conf.yaml
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Expand version path
|
- name: Expand version path
|
||||||
id: expand-version
|
id: expand-version
|
||||||
uses: ./.github/actions/shortname
|
uses: ./.github/actions/shortname
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue