We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
When we verify certificates, today we accept:
https://token.actions.githubusercontent.com/
Noticeably absent is an issuer regex, which is a feature supported by cosign. We should consider adding this capability to sigstore-go.
See #229 (comment) for the initial discussion.
The text was updated successfully, but these errors were encountered:
Add the ability to specify certificate identity via a regular expression
7c0ed51
For #234 Signed-off-by: Zach Steindler <[email protected]>
Add the ability to specify certificate identity via a regular express…
a808341
…ion (#236) For #234 --------- Signed-off-by: Zach Steindler <[email protected]>
steiza
Successfully merging a pull request may close this issue.
Description
When we verify certificates, today we accept:
https://token.actions.githubusercontent.com/
)Noticeably absent is an issuer regex, which is a feature supported by cosign. We should consider adding this capability to sigstore-go.
See #229 (comment) for the initial discussion.
The text was updated successfully, but these errors were encountered: