Add support for validating for more GitHub claims in the OIDC identity when verifying OCI repositories #4521
Unanswered
matheuscscp
asked this question in
Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cosign
supports validating lots of claims in the GitHub OIDC token:The cosign verification features currently only support validating the
iss
andsub
claims. In the case of GitHub thesub
claim encodes only the GitHub org, repo and workflow environment (docs). Validating the workflow name like--certificate-github-workflow-name
does would be great.Beta Was this translation helpful? Give feedback.
All reactions