Skip to content

Commit eebf45b

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

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ jobs:
4444
run: |
4545
mkdir -p ./vuls-data
4646
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
47+
# docker run --rm -v $PWD/vuls-data:/vuls vuls/go-cve-dictionary fetch jvn
4848

49-
- name: Fetch OVAL Definitions
50-
run: |
51-
docker run --rm -v $PWD/vuls-data:/vuls vuls/goval-dictionary fetch debian
49+
# FAILS:
50+
# - name: Fetch OVAL Definitions
51+
# run: |
52+
# docker run --rm -v $PWD/vuls-data:/vuls vuls/goval-dictionary fetch debian
5253

5354
- name: Run Vuls Scan
5455
run: |

0 commit comments

Comments
 (0)