-
Notifications
You must be signed in to change notification settings - Fork 84
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
CI Quickstart #358
base: main
Are you sure you want to change the base?
CI Quickstart #358
Conversation
Signed-off-by: hayleycd <[email protected]>
✅ Deploy Preview for docssigstore ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: hayleycd <[email protected]>
Signed-off-by: hayleycd <[email protected]>
verify-oidc-issuer: https://token.actions.githubusercontent.com | ||
``` | ||
|
||
## Using Cosign within your CI system |
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.
Do we prefer to only feature container signing for the cosign-installer section, since we've already signed and verified a blob with the python action?
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.
I think both are fine to feature. Could we flip the order so container signing is first?
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.
This looks great!
verify-oidc-issuer: https://token.actions.githubusercontent.com | ||
``` | ||
|
||
## Using Cosign within your CI system |
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.
I think both are fine to feature. Could we flip the order so container signing is first?
cc @woodruffw if you have any comments about the gha usage |
Summary
Partially resolves #354 . Adds a quickstart for CI.
Release Note
NONE