Skip to content

Commit

Permalink
Improve resilience of NVD data fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph committed Dec 3, 2024
1 parent 687fd71 commit 4e3da30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nvd-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Generate data
working-directory: ./data
run: ./vulnz.jar cve --cache --directory ./cache
run: ./vulnz.jar cve --cache --directory ./cache --delay=10000 --maxRetry=20
env:
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}

Expand Down

0 comments on commit 4e3da30

Please sign in to comment.