An SBT plugin for FindSecurityBugs
Add to your plugins.sbt
: "nl.codestar" % "sbt-findsecbugs" % "(current version)"
(You can find the current version here.)
You can now run sbt findSecBugs
.
sbt-findsecbugs has one setting:
Setting | Default | Meaning |
---|---|---|
findSecBugsParallel |
true |
In a multimodule build, whether to run the security check for all submodules in parallel. If you run into memory issues, it might help to set this to false . |
The plugin can be tested manually by running sbt findSecBugs
in the test-project
The plugin has automated test which can be run by this command sbt scripted