Skip to content

Commit

Permalink
Add cosign yes answer to prompts
Browse files Browse the repository at this point in the history
Signed-off-by: Marie Katrine Ekeberg <[email protected]>
  • Loading branch information
mkekeberg committed Oct 8, 2024
1 parent 678282b commit 7a5acc1
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 @@ -52,4 +52,4 @@ jobs:
env:
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 ${{ env.IMAGE }}@${{ steps.build-push.outputs.digest }}
run: cosign sign -y --oidc-issuer https://token.actions.githubusercontent.com ${{ env.IMAGE }}@${{ steps.build-push.outputs.digest }}

0 comments on commit 7a5acc1

Please sign in to comment.