Skip to content

Commit

Permalink
Removing owasp dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
aklish committed Sep 17, 2022
1 parent 450c5c0 commit e056d69
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -658,27 +658,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>7.2.0</version>
<configuration>
<!-- Disabling this. The matcher is garbage (so many false negatives). We'll rely on github security notifications. -->
<failBuildOnCVSS>11</failBuildOnCVSS>
<skipSystemScope>true</skipSystemScope>
<skipTestScope>true</skipTestScope>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<suppressionFile>suppressions.xml</suppressionFile>
<retireJsAnalyzerEnabled>false</retireJsAnalyzerEnabled>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<extensions>
<extension>
Expand Down

0 comments on commit e056d69

Please sign in to comment.