Skip to content

Commit

Permalink
Update NVD jar (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph authored Dec 3, 2024
1 parent 775eb27 commit 5b4801f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nvd-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
repository: jeremylong/Open-Vulnerability-Project
path: ovp
ref: v7.0.0
ref: v7.0.2

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down Expand Up @@ -45,6 +45,7 @@ jobs:
run: ./vulnz.jar cve --cache --directory ./cache --delay=10000 --maxRetry=20
env:
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
JAVA_OPTS: "-Xmx4g"

- name: Cache NVD data
uses: actions/cache@v4
Expand Down

0 comments on commit 5b4801f

Please sign in to comment.