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 caa08a0 commit 5b63a58Copy full SHA for 5b63a58
.github/workflows/sca-integration-vuls.yml
@@ -35,13 +35,13 @@ jobs:
35
EOF
36
37
- name: Run configtest
38
- run: vuls configtest -c ./vuls/config.toml
+ run: vuls configtest -config ./vuls/config.toml
39
40
- name: Run scan
41
- run: vuls scan -c ./vuls/config.toml
+ run: vuls scan -config ./vuls/config.toml
42
43
- name: Run report
44
- run: vuls report -c ./vuls/config.toml -format-cyclonedx-json
+ run: vuls report -config ./vuls/config.toml -format-cyclonedx-json
45
46
# - name: Prepare Vuls config.toml
47
# run: |
0 commit comments