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 e3d0a90 commit dfa8debCopy full SHA for dfa8deb
.github/workflows/sca-integration-vuls.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- name: Install Vuls
22
run: |
23
- curl -sL https://github.com/future-architect/vuls/releases/download/v${{ env.IMAGE_REFERENCE }}/vuls_${{ env.IMAGE_REFERENCE }}_linux_amd64.tar.gz \
+ curl -sL https://github.com/future-architect/vuls/releases/download/v${{ env.VULS_VERSION }}/vuls_${{ env.VULS_VERSION }}_linux_amd64.tar.gz \
24
| tar -xz
25
sudo mv vuls /usr/local/bin/vuls
26
0 commit comments