Skip to content

Commit

Permalink
feat!: release new version of sign blob
Browse files Browse the repository at this point in the history
  • Loading branch information
AEnguerrand committed Sep 12, 2024
1 parent 6ca0db4 commit 119956c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion actions/sign-blob/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ inputs:
description: 'Path to the artifact to sign'
required: true
default: ""


runs:
using: "composite"
Expand All @@ -15,4 +16,5 @@ runs:
- name: Sign blob
shell: bash
run: |
cosign sign-blob ${{ inputs.path }} --bundle cosign.bundle
cosign sign-blob ${{ inputs.path }} --bundle cosign.bundle
# TODO: Upload the signature to the artifact store

0 comments on commit 119956c

Please sign in to comment.