Skip to content

Commit

Permalink
Merge pull request #44091 from DaniGalicia/patch-1
Browse files Browse the repository at this point in the history
Update security-vulnerability-detection.adoc
  • Loading branch information
sberyozkin authored Oct 24, 2024
2 parents 874e3fb + b91c1ae commit 266386a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/main/asciidoc/security-vulnerability-detection.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ Next, configure the plugin as follows:
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>${owasp-dependency-check-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
<configuration>
<!-- Fail only when detecting High Vulnerability issues -->
<failBuildOnCVSS>7</failBuildOnCVSS>
Expand Down

0 comments on commit 266386a

Please sign in to comment.