Skip to content

Commit

Permalink
Update OWASP dependency check plugin to version 9.0.4 using NVD API Key
Browse files Browse the repository at this point in the history
  • Loading branch information
kiron-mx committed Dec 15, 2023
1 parent 5756a33 commit f5ab1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
NVD_API_KEY: ${{ secrets.NVD_TOKEN }}
# note that we deliberately turn off the OWASP dependency checker here, it will run in a separate job,
# such that its results can be viewed independently of what Sonar has to say
run: |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>8.4.3</version>
<version>9.0.4</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit f5ab1e4

Please sign in to comment.