From 899ca91aa376f41617f49a588afe99f27ee2a59e Mon Sep 17 00:00:00 2001 From: Malte Poll Date: Mon, 7 Nov 2022 21:01:42 +0100 Subject: [PATCH] Move enforced measurement for clusterID to PCR[15] in e2e tests --- .github/actions/constellation_create/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/constellation_create/action.yml b/.github/actions/constellation_create/action.yml index 5d99a8b14..ff8b98915 100644 --- a/.github/actions/constellation_create/action.yml +++ b/.github/actions/constellation_create/action.yml @@ -69,13 +69,13 @@ runs: (.provider | select(. | has(\"azure\")).azure.resourceGroup) = \"${{ inputs.azureResourceGroup }}\" | (.provider | select(. | has(\"azure\")).azure.appClientID) = \"${{ inputs.azureClientID }}\" | (.provider | select(. | has(\"azure\")).azure.clientSecretValue) = \"${{ inputs.azureClientSecret }}\" | - (.provider | select(. | has(\"azure\")).azure.enforcedMeasurements) = [11,12]" \ + (.provider | select(. | has(\"azure\")).azure.enforcedMeasurements) = [15]" \ constellation-conf.yaml yq eval -i \ "(.provider | select(. | has(\"gcp\")).gcp.project) = \"${{ inputs.gcpProject }}\" | (.provider | select(. | has(\"gcp\")).gcp.region) = \"europe-west3\" | (.provider | select(. | has(\"gcp\")).gcp.zone) = \"europe-west3-b\" | - (.provider | select(. | has(\"gcp\")).gcp.enforcedMeasurements) = [11,12] | + (.provider | select(. | has(\"gcp\")).gcp.enforcedMeasurements) = [15] | (.provider | select(. | has(\"gcp\")).gcp.serviceAccountKeyPath) = \"serviceAccountKey.json\"" \ constellation-conf.yaml