Skip to content

Commit

Permalink
Fix #344. Remove NVD check by default (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Mar 21, 2024
1 parent 067bd1e commit 9bf2c32
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,10 @@
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>9.0.9</version>
<!-- configuration>
<nvdApiKey>******-****-****-****-*********</nvdApiKey>
</configuration -->
<configuration>
<skip>true</skip>
<!-- <nvdApiKey>******-****-****-****-*********</nvdApiKey> -->
</configuration>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 9bf2c32

Please sign in to comment.