Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Increasing OWASP threshold to high.
  • Loading branch information
aklish committed May 7, 2020
1 parent e2b02ad commit ba4e301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -503,7 +503,7 @@
<artifactId>dependency-check-maven</artifactId>
<version>5.3.2</version>
<configuration>
<failBuildOnCVSS>6</failBuildOnCVSS>
<failBuildOnCVSS>7</failBuildOnCVSS>
<skipSystemScope>true</skipSystemScope>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<suppressionFile>suppressions.xml</suppressionFile>
Expand Down

0 comments on commit ba4e301

Please sign in to comment.