Skip to content

Commit a19cb1b

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
steps:
2020
- name: Install Vuls
2121
run: |
22-
curl -sL https://github.com/future-architect/vuls/releases/download/v0.27.0/vuls_0.27.0_linux_amd64.tar.gz \
22+
# curl -sL https://github.com/future-architect/vuls/releases/download/v0.27.0/vuls_0.27.0_linux_amd64.tar.gz \
23+
curl -sL https://github.com/future-architect/vuls/releases/download/v0.33.4/vuls_0.33.4_linux_amd64.tar.gz \
2324
| tar -xz
2425
sudo mv vuls /usr/local/bin/vuls
2526

0 commit comments

Comments
 (0)