We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f179cad commit eebf45bCopy full SHA for eebf45b
.github/workflows/sca-integration-vuls.yml
@@ -44,11 +44,12 @@ jobs:
44
run: |
45
mkdir -p ./vuls-data
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
+# 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
+# FAILS:
+# - name: Fetch OVAL Definitions
+# run: |
52
+# docker run --rm -v $PWD/vuls-data:/vuls vuls/goval-dictionary fetch debian
53
54
- name: Run Vuls Scan
55
0 commit comments