Skip to content

Commit 61a676d

Browse files
committed
fix & cleanup owasp dependency-check-maven setup
1 parent d7efbe5 commit 61a676d

2 files changed

Lines changed: 1 addition & 20 deletions

File tree

owasp-suppressions.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<spotbugs.version>4.8.1</spotbugs.version>
2525
<pmd.version>6.55.0</pmd.version>
2626
<spotless.version>2.38.0</spotless.version>
27-
<dependencycheck.version>9.0.4</dependencycheck.version>
27+
<dependencycheck.version>9.0.8</dependencycheck.version>
2828
</properties>
2929

3030
<build>
@@ -52,21 +52,6 @@
5252
</execution>
5353
</executions>
5454
</plugin>
55-
<plugin>
56-
<groupId>org.owasp</groupId>
57-
<artifactId>dependency-check-maven</artifactId>
58-
<version>${dependencycheck.version}</version>
59-
<configuration>
60-
<failBuildOnCVSS>0</failBuildOnCVSS>
61-
</configuration>
62-
<executions>
63-
<execution>
64-
<goals>
65-
<goal>check</goal>
66-
</goals>
67-
</execution>
68-
</executions>
69-
</plugin>
7055
<plugin>
7156
<groupId>org.apache.maven.plugins</groupId>
7257
<artifactId>maven-surefire-plugin</artifactId>
@@ -236,7 +221,6 @@
236221
<artifactId>dependency-check-maven</artifactId>
237222
<version>${dependencycheck.version}</version>
238223
<configuration>
239-
<suppressionFiles>owasp-suppressions.xml</suppressionFiles>
240224
<failBuildOnCVSS>0</failBuildOnCVSS>
241225
</configuration>
242226
<executions>

0 commit comments

Comments
 (0)