Skip to content

Commit

Permalink
Change OWASP dep checker config
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Sep 24, 2019
1 parent 41ea650 commit 313a0f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -61,6 +61,8 @@
<artifactId>dependency-check-maven</artifactId>
<version>5.0.0-M1</version>
<configuration>
<skipProvidedScope>true</skipProvidedScope>
<skipRuntimeScope>true</skipRuntimeScope>
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
</configuration>
<executions>
Expand Down

0 comments on commit 313a0f2

Please sign in to comment.