-
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
Bump cosign to v2 and use new APIs #1197
Conversation
Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
Hi @ThomasVitale Thank you for the pr! It looks like there are some failing tests. Would you be able to take a look at those? |
@tomkennedy513 I'm looking into the failing tests and will update the PR asap. Thanks! |
Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
@tomkennedy513 tests updated |
Codecov Report
@@ Coverage Diff @@
## main #1197 +/- ##
==========================================
+ Coverage 67.58% 67.59% +0.01%
==========================================
Files 132 132
Lines 7999 8002 +3
==========================================
+ Hits 5406 5409 +3
Misses 2164 2164
Partials 429 429
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Thank you for this change!
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!
false, | ||
false, | ||
"", | ||
true); err != nil { |
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.
Nice catch on the flipping of noTlogUpload
-> TlogUpload
!
Fixes gh-1182