Skip to content

Commit 0acad6a

Browse files
committed
Update owasp pluigin to 11.1.1
1 parent 8a052c1 commit 0acad6a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/owasp.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717

18-
- run: |
18+
- env:
19+
NVD_API_KEY:
20+
${{ secrets.NVD_API_KEY }}
21+
run: |
1922
mvn -DskipTests install -P OWASP_CHECK
2023
2124
- name: Upload SARIF file

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@
6969
<plugin>
7070
<groupId>org.owasp</groupId>
7171
<artifactId>dependency-check-maven</artifactId>
72-
<version>8.2.1</version>
72+
<version>11.1.1</version>
7373
<configuration>
74+
<nvdApiKeyEnvironmentVariable>NVD_API_KEY</nvdApiKeyEnvironmentVariable>
7475
<suppressionFiles>
7576
<suppressionFile>cve-suppression.xml</suppressionFile>
7677
</suppressionFiles>

0 commit comments

Comments
 (0)