Skip to content

Commit e2d7991

Browse files
committed
Add confirmation prompt as input to cosign
1 parent c9fb2c0 commit e2d7991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ jobs:
6868
COSIGN_EXPERIMENTAL: 1
6969
#run: cosign sign --oidc-issuer ${env.ACTIONS_ID_TOKEN_REQUEST_URL} ${{ env.IMAGE }}
7070
run: |
71-
cosign sign --oidc-issuer https://token.actions.githubusercontent.com ${{ steps.metasha.outputs.tags }}
71+
cosign sign -y --oidc-issuer https://token.actions.githubusercontent.com ${{ steps.metasha.outputs.tags }}
7272
cosign verify ${{ steps.metasha.outputs.tags }}

0 commit comments

Comments
 (0)