-
Notifications
You must be signed in to change notification settings - Fork 176
Add TPM measurements collection workflow #5356
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5356 +/- ##
==========================================
+ Coverage 19.52% 20.39% +0.86%
==========================================
Files 19 19
Lines 3021 2314 -707
==========================================
- Hits 590 472 -118
+ Misses 2310 1721 -589
Partials 121 121 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
424f5d8 to
2645fcb
Compare
2645fcb to
76d6e84
Compare
Add GitHub Actions workflow to collect TPM measurements from active/updating partitions on amd64 architecture. The results are uploaded as artifacts to be fed later to PCR prediction tool. Signed-off-by: Shahriyar Jalayeri <[email protected]>
76d6e84 to
6f23dc1
Compare
|
@eriknordmark / @OhmSpectator I don't know how to test this, Nikolay do you know a way to test the github action completly ? I tried |
We used @rene's EVE repo for that. Fast merge into master, run actions, check. It may require also some extra settings on the repo's side, but in the end it always worth it. |
@rene can you help me with this? |
eriknordmark
left a comment
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.
LGTM but would be good to test the workflow on Renê's setup.
|
Since PCR 5 is not part of our sealing policy, I think I can reduce this to only two measurements instead of 4. |
Add GitHub Actions workflow to collect TPM measurements from active/updating partitions on amd64 architecture. The results are uploaded as artifacts to be fed later to PCR prediction tool.