Skip to content

Commit 39eec5c

Browse files
committed
DEBUG workflow
Signed-off-by: tdruez <[email protected]>
1 parent 1eb99c4 commit 39eec5c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ env:
1616
jobs:
1717
generate-and-load-sbom:
1818
runs-on: ubuntu-24.04
19-
container:
20-
image: ubuntu:24.04.2
2119
steps:
2220
- name: Prepare Vuls config.toml
2321
run: |
@@ -55,3 +53,9 @@ jobs:
5553
run: |
5654
ls -la vuls/result
5755
ls -la vuls/results
56+
57+
- name: Upload SBOM artifact
58+
uses: actions/upload-artifact@v4
59+
with:
60+
name: vuls
61+
path: vuls

0 commit comments

Comments
 (0)