Skip to content

Commit f179cad

Browse files
committed
DEBUG GH workflow for Vuls
Signed-off-by: tdruez <[email protected]>
1 parent 015c984 commit f179cad

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
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: |
@@ -43,8 +43,12 @@ jobs:
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: |

0 commit comments

Comments
 (0)