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: Expose verifying signatures via GitHub Actions owner & repo #24

Closed
viccuad opened this issue Jul 5, 2022 · 0 comments · Fixed by #25
Closed

Feature Request: Expose verifying signatures via GitHub Actions owner & repo #24

viccuad opened this issue Jul 5, 2022 · 0 comments · Fixed by #25
Assignees

Comments

@viccuad
Copy link
Member

viccuad commented Jul 5, 2022

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:

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{}.

Alternatives you've considered

No response

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants