Skip to content

Commit 0580049

Browse files
authored
ci: switch cache job to use nvd api2 (#5171)
Temporary switch while we resolve the DNS issue. Signed-off-by: Terri Oda <[email protected]>
1 parent 12f3dec commit 0580049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Update database
5353
run: |
5454
[[ -e cache ]] && mkdir -p .cache && mv cache ~/.cache/cve-bin-tool
55-
python -m cve_bin_tool.cli test/assets/test-kerberos-5-1.15.1.out -u now
55+
python -m cve_bin_tool.cli --nvd api2 test/assets/test-kerberos-5-1.15.1.out -u now
5656
python -m cve_bin_tool.mismatch_loader
5757
cp -r ~/.cache/cve-bin-tool cache
5858

0 commit comments

Comments
 (0)