Skip to content

Commit

Permalink
- Skip plugins and test dependencies in dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Sep 29, 2023
1 parent dd2b8d5 commit 8dfc9ac
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 @@ -329,11 +329,13 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>8.2.1</version>
<version>8.4.0</version>
<configuration>
<suppressionFile>dependency-check-suppressions.xml</suppressionFile>
<failBuildOnCVSS>7</failBuildOnCVSS>
<junitFailOnCVSS>7</junitFailOnCVSS>
<scanPlugins>false</scanPlugins>
<skipTestScope>true</skipTestScope>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 8dfc9ac

Please sign in to comment.