Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto_import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
wget https://storage.googleapis.com/cve-osv-conversion/nvd/nvdcve-2.0-$year.json;
done
- run: |
go install github.com/google/osv/vulnfeeds/cmd/pypi@master
go install github.com/google/osv/vulnfeeds/cmd/pypi@09163b7629f5836e55fdf8a99e4514ecf4bec166
for nvdfile in nvdcve-2.0-*.json; do
pypi -false_positives triage/false_positives.yaml \
-nvd_json $nvdfile \
Expand Down