mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-22 16:19:19 -04:00
Update .github/actions/e2e_verify/action.yml
Co-authored-by: Daniel Weiße <66256922+daniel-weisse@users.noreply.github.com>
This commit is contained in:
parent
e1eeeabc8a
commit
57309b8faf
8
.github/actions/e2e_verify/action.yml
vendored
8
.github/actions/e2e_verify/action.yml
vendored
@ -66,8 +66,12 @@ runs:
|
||||
forwarderPID=$!
|
||||
sleep 5
|
||||
|
||||
echo "Extracting TCB versions for API update"
|
||||
constellation verify --cluster-id "${clusterID}" --node-endpoint localhost:9090 -o json > "snp-report-${node}.json"
|
||||
if [[ ${{ inputs.attestationVariant }} == "azure-sev-snp" ]] || { [[ ${{ inputs.attestationVariant }} == "aws-sev-snp" ]]; then
|
||||
echo "Extracting TCB versions for API update"
|
||||
constellation verify --cluster-id "${clusterID}" --node-endpoint localhost:9090 -o json > "snp-report-${node}.json"
|
||||
else
|
||||
constellation verify --cluster-id "${clusterID}" --node-endpoint localhost:9090
|
||||
fi
|
||||
|
||||
kill $forwarderPID
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user