Skip to content

Commit

Permalink
Temporarily change depencency-check-maven plugin default goal from 'c…
Browse files Browse the repository at this point in the history
…heck' to 'purge' work around '503 Service Unavailable' error in NVD API that is causing Dependency Check to constantly fail.

will revert in next SNAPSHOT release.
  • Loading branch information
kwwall committed Nov 24, 2023
1 parent e18046b commit ce7a725
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -752,13 +752,15 @@
<artifactId>dependency-check-maven</artifactId>
<version>9.0.0</version>
<configuration>
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
<failBuildOnCVSS>1.0</failBuildOnCVSS>
<suppressionFiles>./suppressions.xml</suppressionFiles>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
<goal>purge</goal>
<!-- <goal>check</goal> -->
</goals>
</execution>
</executions>
Expand Down

0 comments on commit ce7a725

Please sign in to comment.