-
Notifications
You must be signed in to change notification settings - Fork 165
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
Fix intoto index keys #889
Conversation
Ensure we include all appropriate index keys including: - entire DSSE envelope SHA256 digest - envelope (base64 decoded) SHA256 digest - entire X509 signing certificate - any relevant keys extracted from X509 signing certificate Fixes: sigstore#872 Signed-off-by: Bob Callaway <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #889 +/- ##
==========================================
+ Coverage 46.99% 47.60% +0.60%
==========================================
Files 62 62
Lines 5413 5432 +19
==========================================
+ Hits 2544 2586 +42
+ Misses 2587 2558 -29
- Partials 282 288 +6
Continue to review full report at Codecov.
|
Signed-off-by: Bob Callaway <[email protected]>
Signed-off-by: Bob Callaway <[email protected]>
Signed-off-by: Bob Callaway <[email protected]>
cc @cpanato we should cut a release after this goes in I think |
Ok @dlorenc will prepare the changelog and check if need other updates |
Ensure we include all appropriate index keys including:
Fixes: #890
Fixes: #876
Signed-off-by: Bob Callaway [email protected]