Skip to content

Commit f4c2f9d

Browse files
authored
ci: attest the snp standing runner too
There was no reason for kettle to cover one metal runner while attestation-rs covers both. Scoping to TDX first was caution about an unproven mechanism, and both platforms are now proven: TDX by this branch's own run (mrtd_match true) and SNP by confidential-ci run 30319026470 with the launch digest pinned. The SNP measurement is the same one the ephemeral c8s lane pins.
1 parent 9777d9c commit f4c2f9d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,14 @@ jobs:
158158
# instrument. The TDX node image is console-dead by design and the
159159
# provisioner discards the operator key, so a signed report is the only
160160
# evidence anyone can get about that guest after provisioning.
161+
attest-snp-metal:
162+
uses: ./.github/workflows/attest-runner.yml
163+
with:
164+
runner: snp-metal-cvm
165+
platform: snp
166+
# Same value the ephemeral c8s lane pins, so it is already known good.
167+
expected_launch_digest: '15bc995383ddcf1fee2107753e6c26bc65358602519a342b8ff8fbfdfa4b40865d90b11cef11b7d34934e6c5eed19115'
168+
161169
attest-tdx-metal:
162170
uses: ./.github/workflows/attest-runner.yml
163171
with:

0 commit comments

Comments
 (0)