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 12f3dec commit 0580049Copy full SHA for 0580049
.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 --nvd api2 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