We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fb2c0 commit e2d7991Copy full SHA for e2d7991
.github/workflows/build.yaml
@@ -68,5 +68,5 @@ jobs:
68
COSIGN_EXPERIMENTAL: 1
69
#run: cosign sign --oidc-issuer ${env.ACTIONS_ID_TOKEN_REQUEST_URL} ${{ env.IMAGE }}
70
run: |
71
- cosign sign --oidc-issuer https://token.actions.githubusercontent.com ${{ steps.metasha.outputs.tags }}
+ cosign sign -y --oidc-issuer https://token.actions.githubusercontent.com ${{ steps.metasha.outputs.tags }}
72
cosign verify ${{ steps.metasha.outputs.tags }}
0 commit comments