Skip to content

Commit

Permalink
attestation-service: add az-tdx-vtpm verifier
Browse files Browse the repository at this point in the history
- Added verification code
- Added tdx fixtures and test cases
- Reorganized snp fixtures
- Added missing dependency for tdx e2e test
- Added entry for e2e test

Signed-off-by: Magnus Kulke <[email protected]>
  • Loading branch information
mkulke committed Dec 31, 2023
1 parent 5986628 commit 9adf9e9
Show file tree
Hide file tree
Showing 20 changed files with 422 additions and 224 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/kbs-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
tee:
- sample
# - az-snp-vtpm
# - az-tdx-vtpm

runs-on: ${{ ((matrix.tee == 'az-snp-vtpm') && fromJSON('["self-hosted","azure-cvm"]')) || 'ubuntu-22.04' }}
runs-on: ${{ ((matrix.tee == 'az-snp-vtpm') && fromJSON('["self-hosted","az-snp-vtpm"]')) || ((matrix.tee == 'az-tdx-vtpm') && fromJSON('["self-hosted","az-tdx-vtpm"]')) || 'ubuntu-22.04' }}

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 9adf9e9

Please sign in to comment.