Skip to content

Commit

Permalink
jpmorganchase#110 Added FindSecBugs plugin to the SpotBugs report
Browse files Browse the repository at this point in the history
The SpotBugs report now also reports code security issues identified by the FindSecBugs
  • Loading branch information
jimbethancourt committed Jun 6, 2020
1 parent 5a7deca commit 9aa7d6d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,20 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>${spotbugs.maven.plugin.version}</version>
<configuration>
<effort>Max</effort>
<threshold>Low</threshold>
<failOnError>true</failOnError>
<!--<includeFilterFile>${session.executionRootDirectory}/spotbugs-security-include.xml</includeFilterFile>
<excludeFilterFile>${session.executionRootDirectory}/spotbugs-security-exclude.xml</excludeFilterFile>-->
<plugins>
<plugin>
<groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-plugin</artifactId>
<version>${findsecbugs.plugin.version}</version>
</plugin>
</plugins>
</configuration>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 9aa7d6d

Please sign in to comment.