There was an error while loading. Please reload this page.
1 parent 1eb99c4 commit 39eec5cCopy full SHA for 39eec5c
1 file changed
.github/workflows/sca-integration-vuls.yml
@@ -16,8 +16,6 @@ env:
16
jobs:
17
generate-and-load-sbom:
18
runs-on: ubuntu-24.04
19
- container:
20
- image: ubuntu:24.04.2
21
steps:
22
- name: Prepare Vuls config.toml
23
run: |
@@ -55,3 +53,9 @@ jobs:
55
53
56
54
ls -la vuls/result
57
ls -la vuls/results
+
+ - name: Upload SBOM artifact
58
+ uses: actions/upload-artifact@v4
59
+ with:
60
+ name: vuls
61
+ path: vuls
0 commit comments