From 119956c47f6c55450ec7e498abba337c6482c62e Mon Sep 17 00:00:00 2001 From: Enguerrand Allamel Date: Thu, 12 Sep 2024 14:20:40 +0200 Subject: [PATCH] feat!: release new version of sign blob --- actions/sign-blob/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/actions/sign-blob/action.yml b/actions/sign-blob/action.yml index c44509b..f0ecbc0 100644 --- a/actions/sign-blob/action.yml +++ b/actions/sign-blob/action.yml @@ -6,6 +6,7 @@ inputs: description: 'Path to the artifact to sign' required: true default: "" + runs: using: "composite" @@ -15,4 +16,5 @@ runs: - name: Sign blob shell: bash run: | - cosign sign-blob ${{ inputs.path }} --bundle cosign.bundle \ No newline at end of file + cosign sign-blob ${{ inputs.path }} --bundle cosign.bundle + # TODO: Upload the signature to the artifact store \ No newline at end of file