From 56aac592e2051d2fe86472b12c09329db2acddc4 Mon Sep 17 00:00:00 2001 From: Jim Bethancourt Date: Sat, 6 Jun 2020 12:19:13 -0500 Subject: [PATCH] #110 Added FindSecBugs plugin to the SpotBugs report The SpotBugs report now also reports code security issues identified by the FindSecBugs --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index f8f7c93..a89520b 100644 --- a/pom.xml +++ b/pom.xml @@ -465,6 +465,20 @@ com.github.spotbugs spotbugs-maven-plugin ${spotbugs.maven.plugin.version} + + Max + Low + true + + + + com.h3xstream.findsecbugs + findsecbugs-plugin + ${findsecbugs.plugin.version} + + +