Skip to content

Commit 4db306c

Browse files
authored
Adjust owasp check configuration (#1747)
1 parent 49318ee commit 4db306c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nvd-cache.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
repository: jeremylong/Open-Vulnerability-Project
1919
path: ovp
20-
ref: v7.0.0
20+
ref: v7.0.2
2121

2222
- name: Set up JDK 17
2323
uses: actions/setup-java@v4
@@ -43,9 +43,10 @@ jobs:
4343

4444
- name: Generate data
4545
working-directory: ./data
46-
run: ./vulnz.jar cve --cache --directory ./cache
46+
run: ./vulnz.jar cve --cache --directory ./cache --delay=10000 --maxRetry=20
4747
env:
4848
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
49+
JAVA_OPTS: "-Xmx4g"
4950

5051
- name: Cache NVD data
5152
uses: actions/cache@v4

0 commit comments

Comments
 (0)