Skip to content

Commit 89e9a7e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
run: vuls configtest -config ./vuls/config.toml
3939

4040
- name: Run Vuls scan
41-
run: vuls scan -config ./vuls/config.toml -results-dir ./vuls/results
41+
run: vuls scan -config ./vuls/config.toml -results-dir $PWD/vuls/results
4242

4343
- name: Run Vuls report as CycloneDX
44-
run: vuls report -config ./vuls/config.toml -results-dir ./vuls/results -format-cyclonedx-json
44+
run: vuls report -config ./vuls/config.toml -results-dir $PWD/vuls/results -format-cyclonedx-json
4545

4646
- name: Upload SBOM artifact
4747
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)