Skip to content

Commit

Permalink
fix owasp not using api key
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacoby committed Nov 27, 2024
1 parent 5676264 commit c1589a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions maven-ci-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
<username>${env.OWASP_OSS_INDEX_USERNAME}</username>
<password>${env.OWASP_OSS_INDEX_APIKEY}</password>
</server>
<server>
<id>NIST_NVD_API</id>
<password>${env.NIST_NVD_API_KEY}</password>
</server>
</servers>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
<artifactId>dependency-check-maven</artifactId>
<version>${maven.plugin.owasp.version}</version>
<configuration>
<nvdApiServerId>NIST_NVD_API</nvdApiServerId>
<nvdApiKey>${env.NIST_NVD_API_KEY}</nvdApiKey>
<failBuildOnCVSS>6</failBuildOnCVSS>
<suppressionFiles>
<suppressionFile>owaspSuppressions.xml</suppressionFile>
Expand Down

0 comments on commit c1589a4

Please sign in to comment.