Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 856 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 856 Bytes

CircleCI

sbt-findsecbugs

An SBT plugin for FindSecurityBugs

Usage

Add to your plugins.sbt: "nl.codestar" % "sbt-findsecbugs" % "(current version)"

(You can find the current version here.)

You can now run sbt findSecBugs.

Configuration

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.

Tests

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