File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1717 generate-and-load-sbom :
1818 runs-on : ubuntu-24.04
1919 steps :
20- - name : Checkout repo
21- uses : actions/checkout@v4
20+ # - name: Checkout repo
21+ # uses: actions/checkout@v4
2222
2323 - name : Start Python container
2424 run : |
4343 - name : Fetch CVE Databases
4444 run : |
4545 mkdir -p ./vuls-data
46- docker run --rm -v $PWD/vuls-data:/vuls vuls/go-cve-dictionary fetchnvd -dbpath=/vuls/cve.sqlite3
47- docker run --rm -v $PWD/vuls-data:/vuls vuls/goval-dictionary fetch-debian -dbpath=/vuls/oval.sqlite3 12
46+ docker run --rm -v $PWD/vuls-data:/vuls vuls/go-cve-dictionary fetch nvd
47+ docker run --rm -v $PWD/vuls-data:/vuls vuls/go-cve-dictionary fetch jvn
48+
49+ - name : Fetch OVAL Definitions
50+ run : |
51+ docker run --rm -v $PWD/vuls-data:/vuls vuls/goval-dictionary fetch debian
4852
4953 - name : Run Vuls Scan
5054 run : |
You can’t perform that action at this time.
0 commit comments