Skip to content

Commit

Permalink
🌱 Skip cosign confirmation prompt. (ossf#2918)
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Schrock <[email protected]>
Signed-off-by: Avishay <[email protected]>
  • Loading branch information
spencerschrock authored and balteravishay committed May 29, 2023
1 parent ae178ae commit 4beb6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
uses: sigstore/cosign-installer@204a51a57a74d190b284a0ce69b44bc37201f343
- name: Sign image
run: |
cosign sign ghcr.io/${{github.repository_owner}}/scorecard/v4:${{ github.sha }}
cosign sign --yes ghcr.io/${{github.repository_owner}}/scorecard/v4:${{ github.sha }}

0 comments on commit 4beb6f5

Please sign in to comment.