-
Notifications
You must be signed in to change notification settings - Fork 547
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
Deprecate --certificate-email flag. Make --certificate-identity and -… #2411
Commits on Nov 3, 2022
-
Deprecate --certificate-email flag. Make --certificate-identity and -…
…-certificate-oidc-issuer required for verification. --certificate-email is now an alias for --certificate-identity. Also removed some redundant subject/issuer checking. Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25e49e4 - Browse repository at this point
Copy the full SHA 25e49e4View commit details -
Make --cert-email and --cert-identity mutually exclusive
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7e1548 - Browse repository at this point
Copy the full SHA b7e1548View commit details
Commits on Nov 4, 2022
-
Remove --certificate-email flag
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8566156 - Browse repository at this point
Copy the full SHA 8566156View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9602e9d - Browse repository at this point
Copy the full SHA 9602e9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21482bd - Browse repository at this point
Copy the full SHA 21482bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f5d609 - Browse repository at this point
Copy the full SHA 4f5d609View commit details -
Enforce requiring --certificate-identity and --certificate-oidc-issue…
…r for verification. Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f223f6e - Browse repository at this point
Copy the full SHA f223f6eView commit details
Commits on Nov 7, 2022
-
Move argument checks to Exec() functions.
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5e9636 - Browse repository at this point
Copy the full SHA e5e9636View commit details -
Don't require cert-identity or cert-oidc-issuer in keyed mode
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8cc212f - Browse repository at this point
Copy the full SHA 8cc212fView commit details -
Merge branch 'main' of github.com:sigstore/cosign into flags
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12cae1c - Browse repository at this point
Copy the full SHA 12cae1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 803a341 - Browse repository at this point
Copy the full SHA 803a341View commit details
Commits on Nov 9, 2022
-
Change e2e blob and attestation tests to use keys.
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3babacb - Browse repository at this point
Copy the full SHA 3babacbView commit details -
Add workflow_dispatch trigger to attestation e2e tests
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4835f5f - Browse repository at this point
Copy the full SHA 4835f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fc8332 - Browse repository at this point
Copy the full SHA 3fc8332View commit details -
Configuration menu - View commit details
-
Copy full SHA for c21c197 - Browse repository at this point
Copy the full SHA c21c197View commit details -
Configuration menu - View commit details
-
Copy full SHA for 902b53e - Browse repository at this point
Copy the full SHA 902b53eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c11e62 - Browse repository at this point
Copy the full SHA 6c11e62View commit details
Commits on Nov 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 68ce699 - Browse repository at this point
Copy the full SHA 68ce699View commit details -
Configuration menu - View commit details
-
Copy full SHA for 032cc39 - Browse repository at this point
Copy the full SHA 032cc39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dd8f2b - Browse repository at this point
Copy the full SHA 5dd8f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 357452f - Browse repository at this point
Copy the full SHA 357452fView commit details -
removing debug print statements
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35a21e5 - Browse repository at this point
Copy the full SHA 35a21e5View commit details
Commits on Nov 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c4c04f2 - Browse repository at this point
Copy the full SHA c4c04f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a545b14 - Browse repository at this point
Copy the full SHA a545b14View commit details -
change sign_blob e2e test to use local bundles
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61de5bc - Browse repository at this point
Copy the full SHA 61de5bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f30b015 - Browse repository at this point
Copy the full SHA f30b015View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f87646 - Browse repository at this point
Copy the full SHA 2f87646View commit details -
Merge branch 'main' of github.com:sigstore/cosign into flags
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2a12a3 - Browse repository at this point
Copy the full SHA d2a12a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c84341 - Browse repository at this point
Copy the full SHA 1c84341View commit details
Commits on Nov 12, 2022
-
Move error checking into CheckVerifyOptions
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 655fb48 - Browse repository at this point
Copy the full SHA 655fb48View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb1764a - Browse repository at this point
Copy the full SHA fb1764aView commit details
Commits on Nov 15, 2022
-
Merge branch 'main' of github.com:sigstore/cosign into flags
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a7b802 - Browse repository at this point
Copy the full SHA 3a7b802View commit details
Commits on Nov 29, 2022
-
Merge branch 'main' of github.com:sigstore/cosign into flags
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0a121d - Browse repository at this point
Copy the full SHA b0a121dView commit details -
Re-disable e2e sign-blob-test. It can't run on GHA
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8bc1a06 - Browse repository at this point
Copy the full SHA 8bc1a06View commit details
Commits on Dec 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cc2fc0e - Browse repository at this point
Copy the full SHA cc2fc0eView commit details
Commits on Dec 16, 2022
-
Merge branch 'main' of github.com:sigstore/cosign into flags
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7733f76 - Browse repository at this point
Copy the full SHA 7733f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0857c1 - Browse repository at this point
Copy the full SHA a0857c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c59469 - Browse repository at this point
Copy the full SHA 2c59469View commit details
Commits on Dec 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 15cfa8d - Browse repository at this point
Copy the full SHA 15cfa8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f35b49 - Browse repository at this point
Copy the full SHA 1f35b49View commit details -
fix sign-blob integration test; remove debug print statements
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 858ee99 - Browse repository at this point
Copy the full SHA 858ee99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98e66d9 - Browse repository at this point
Copy the full SHA 98e66d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6868f71 - Browse repository at this point
Copy the full SHA 6868f71View commit details
Commits on Dec 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fc654cd - Browse repository at this point
Copy the full SHA fc654cdView commit details
Commits on Dec 21, 2022
-
update test cert and enable sign-blob e2e test
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8431d9 - Browse repository at this point
Copy the full SHA f8431d9View commit details -
Remove sign-blob e2e test from workflow. It requires human interaction
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 034855f - Browse repository at this point
Copy the full SHA 034855fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a756b95 - Browse repository at this point
Copy the full SHA a756b95View commit details -
re-enable sign-blob e2e test using GH credentials
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45fd981 - Browse repository at this point
Copy the full SHA 45fd981View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c940d - Browse repository at this point
Copy the full SHA 04c940dView commit details -
re-disable sign-blob tests. Changing workflow permissions didn't help
Signed-off-by: kpk47 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e84a33d - Browse repository at this point
Copy the full SHA e84a33dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 820bf93 - Browse repository at this point
Copy the full SHA 820bf93View commit details