Skip to content

Commit

Permalink
fix & cleanup owasp dependency-check-maven setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 12, 2024
1 parent d7efbe5 commit 61a676d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
3 changes: 0 additions & 3 deletions owasp-suppressions.xml

This file was deleted.

18 changes: 1 addition & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<spotbugs.version>4.8.1</spotbugs.version>
<pmd.version>6.55.0</pmd.version>
<spotless.version>2.38.0</spotless.version>
<dependencycheck.version>9.0.4</dependencycheck.version>
<dependencycheck.version>9.0.8</dependencycheck.version>
</properties>

<build>
Expand Down Expand Up @@ -52,21 +52,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>${dependencycheck.version}</version>
<configuration>
<failBuildOnCVSS>0</failBuildOnCVSS>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down Expand Up @@ -236,7 +221,6 @@
<artifactId>dependency-check-maven</artifactId>
<version>${dependencycheck.version}</version>
<configuration>
<suppressionFiles>owasp-suppressions.xml</suppressionFiles>
<failBuildOnCVSS>0</failBuildOnCVSS>
</configuration>
<executions>
Expand Down

0 comments on commit 61a676d

Please sign in to comment.