-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
COCOS-363 - Add verification of vTPM attestation to CLI #363
Conversation
0b69276
to
80a2edf
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #363 +/- ##
==========================================
- Coverage 61.06% 59.51% -1.56%
==========================================
Files 54 54
Lines 4371 4574 +203
==========================================
+ Hits 2669 2722 +53
- Misses 1422 1567 +145
- Partials 280 285 +5 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CLI attestation changes Add all modes to CLI changes updates Remove old attestation validateion command Make updates based on PR reviews Disable depreciated linter Linter fixes Resolve conflicts resolve go.mod errors Use previous version of go-sev-guest Modify tests Remove tdx attestation Fix error messages printing Add tests Fix CI failures Do proper error handling
3125807
to
dd2bed3
Compare
What type of PR is this?
What does this do?
CLI attestation changes
Which issue(s) does this PR fix/relate to?
Issue #352
Have you included tests for your changes?
No, draft PR.
Did you document any new/modified feature?
Yes
Notes