Skip to content

Commit 8a63f1a

Browse files
committed
DEBUG workflow
Signed-off-by: tdruez <[email protected]>
1 parent 3964683 commit 8a63f1a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ jobs:
4444
- name: Run report
4545
run: vuls report -config ./vuls/config.toml -format-cyclonedx-json
4646

47+
- name: Upload SBOM artifact
48+
uses: actions/upload-artifact@v4
49+
with:
50+
name: results
51+
path: results
52+
53+
4754
# - name: Prepare Vuls config.toml
4855
# run: |
4956
# mkdir -p vuls/

0 commit comments

Comments
 (0)