Skip to content

Commit 5b63a58

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
EOF
3636
3737
- name: Run configtest
38-
run: vuls configtest -c ./vuls/config.toml
38+
run: vuls configtest -config ./vuls/config.toml
3939

4040
- name: Run scan
41-
run: vuls scan -c ./vuls/config.toml
41+
run: vuls scan -config ./vuls/config.toml
4242

4343
- name: Run report
44-
run: vuls report -c ./vuls/config.toml -format-cyclonedx-json
44+
run: vuls report -config ./vuls/config.toml -format-cyclonedx-json
4545

4646
# - name: Prepare Vuls config.toml
4747
# run: |

0 commit comments

Comments
 (0)