Skip to content

Commit

Permalink
fix: bypass to allow to sign blob without validation
Browse files Browse the repository at this point in the history
  • Loading branch information
AEnguerrand committed Sep 12, 2024
1 parent c4ebb84 commit 463703a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/sign-blob/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ runs:
- name: Sign blob
shell: bash
run: |
cosign sign-blob ${{ inputs.path }} --bundle cosign.bundle
cosign sign-blob --yes ${{ inputs.path }} --bundle cosign.bundle
# TODO: Upload the signature to the artifact store

0 comments on commit 463703a

Please sign in to comment.