Skip to content

Commit d7a69a6

Browse files
authored
ci: disable osv (temporarily to test) (#5177)
Signed-off-by: Terri Oda <[email protected]>
1 parent 7545cbd commit d7a69a6

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 -d OSV 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)