Skip to content

Commit

Permalink
Add confirmation prompt as input to cosign
Browse files Browse the repository at this point in the history
  • Loading branch information
kriberg committed May 21, 2024
1 parent c9fb2c0 commit 98d1c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
COSIGN_EXPERIMENTAL: 1
#run: cosign sign --oidc-issuer ${env.ACTIONS_ID_TOKEN_REQUEST_URL} ${{ env.IMAGE }}
run: |
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 }}
cosign verify ${{ steps.metasha.outputs.tags }}

0 comments on commit 98d1c7d

Please sign in to comment.