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 7545cbd commit d7a69a6Copy full SHA for d7a69a6
.github/workflows/update-cache.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Update database
53
run: |
54
[[ -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
+ python -m cve_bin_tool.cli -d OSV test/assets/test-kerberos-5-1.15.1.out -u now
56
python -m cve_bin_tool.mismatch_loader
57
cp -r ~/.cache/cve-bin-tool cache
58
0 commit comments