Skip to content

Commit 96db42b

Browse files
committed
chore: disable cosign installation when verify blob disabled
As from cpanato suggested the installation of cosign should be skipped. Signed-off-by: Marco Lecheler <marco.lecheler@mercedes-benz.com>
1 parent 861053a commit 96db42b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ runs:
2424
using: composite
2525
steps:
2626
- uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2
27+
if: ${{ inputs.verify_blob != 'false' }}
2728
- run: |
2829
cd $GITHUB_ACTION_PATH \
2930
&& ./ct.sh \

0 commit comments

Comments
 (0)