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
owner
repo
As supported in policy-server and verification config, support verifying signatures performed in GitHub Actions.
Needs kubewarden/policy-sdk-rust#41 Blocks kubewarden/policy-fetcher#91
Support a new type of signature in settings:
signatures: - image: "*" GitHubActions: - owner: octocat - repo: test-repo # optional annotations: #optional env: prod
This will make use of the v1/verify callback with the new CallbackRequestType::SigstoreGithubActionsVerify{}.
v1/verify
CallbackRequestType::SigstoreGithubActionsVerify{}
No response
The text was updated successfully, but these errors were encountered:
raulcabello
Successfully merging a pull request may close this issue.
Is your feature request related to a problem?
As supported in policy-server and verification config, support verifying signatures performed in GitHub Actions.
Needs kubewarden/policy-sdk-rust#41
Blocks kubewarden/policy-fetcher#91
Solution you'd like
Support a new type of signature in settings:
This will make use of the
v1/verify
callback with the newCallbackRequestType::SigstoreGithubActionsVerify{}
.Alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: