Skip to content

Commit b9df4a3

Browse files
authored
add api key in OWASP weekly vulnerability scan (#859)
1 parent ad1ae45 commit b9df4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vulnerabilityCatcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: maven
2424

2525
- name: Run OWASP Dependency Check
26-
run: mvn org.owasp:dependency-check-maven:check
26+
run: mvn org.owasp:dependency-check-maven:check -Dnvd.api.key=${{ secrets.NVD_API_KEY }}
2727

2828
- name: Check for vulnerabilities
2929
id: check_vulnerabilities

0 commit comments

Comments
 (0)