We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a63f1a commit a19cb1bCopy full SHA for a19cb1b
.github/workflows/sca-integration-vuls.yml
@@ -19,7 +19,8 @@ jobs:
19
steps:
20
- name: Install Vuls
21
run: |
22
- curl -sL https://github.com/future-architect/vuls/releases/download/v0.27.0/vuls_0.27.0_linux_amd64.tar.gz \
+# 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 \
24
| tar -xz
25
sudo mv vuls /usr/local/bin/vuls
26
0 commit comments