Skip to content

Commit 237bdba

Browse files
committed
build(maven): dependency-check-maven version 8.4.x without api key
See : - https://nvd.nist.gov/developers/request-an-api-key
1 parent dccebaf commit 237bdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cache: 'maven'
4747

4848
- name: OWASP Dependency Check
49-
run: mvn -ntp org.owasp:dependency-check-maven:check -DfailBuildOnCVSS=7.0
49+
run: mvn -ntp org.owasp:dependency-check-maven:8.4.3:check -DfailBuildOnCVSS=7.0
5050

5151
- uses: actions/upload-artifact@v4
5252
with:

0 commit comments

Comments
 (0)