Skip to content

Commit dfa8deb

Browse files
committed
DEBUG workflow
Signed-off-by: tdruez <[email protected]>
1 parent e3d0a90 commit dfa8deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sca-integration-vuls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Install Vuls
2222
run: |
23-
curl -sL https://github.com/future-architect/vuls/releases/download/v${{ env.IMAGE_REFERENCE }}/vuls_${{ env.IMAGE_REFERENCE }}_linux_amd64.tar.gz \
23+
curl -sL https://github.com/future-architect/vuls/releases/download/v${{ env.VULS_VERSION }}/vuls_${{ env.VULS_VERSION }}_linux_amd64.tar.gz \
2424
| tar -xz
2525
sudo mv vuls /usr/local/bin/vuls
2626

0 commit comments

Comments
 (0)