Skip to content
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

Feature Request: Add verify_keyless_github_actions function #41

Closed
viccuad opened this issue May 24, 2022 · 0 comments · Fixed by kubewarden/docs#131 or #52
Closed

Feature Request: Add verify_keyless_github_actions function #41

viccuad opened this issue May 24, 2022 · 0 comments · Fixed by kubewarden/docs#131 or #52
Assignees

Comments

@viccuad
Copy link
Member

viccuad commented May 24, 2022

Is your feature request related to a problem?

We want to implement kubewarden/policy-fetcher#91. This is a breaking change, that will break https://github.com/kubewarden/verify-image-signatures if configured to to verify images sign via keyless in GHA.

Solution you'd like

Add a new verify_keyless_github_actions function that uses githubActionsVerifier instead of GenericIssuerSubjectVerifier to validate keyless signatures done in GHA.

We can consume that new verify_keyless_github_actions function in https://github.com/kubewarden/verify-image-signatures then.

Alternatives you've considered

If we have easyjson on the Go SDK, maybe it's simpler to provide a callback that accepts a full VerificationConfig instead.

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment