Releases: code-star/sbt-findsecbugs
Releases · code-star/sbt-findsecbugs
0.16
Adds findSecBugsPriorityThreshold
setting to adjust the priority of errors that are reported. (#38; thanks martinavagyan!)
0.15
Adds findSecBugs / forkOptions
setting to allow configuring the spawned JVM (#36, thanks nigredo-tori!)
0.14
Removes hardcoded plugin JAR path (#34, thanks nigredo-tori!)
0.13
- Applied MIT license
- Compile the project automatically before running find-sec-bugs (#28, thanks nigredo-tori)
- Expose report output path setting (#29, thanks nigredo-tori)
- Correctly handles subprojects with no classes (#31 / #32, thanks nigredo-tori)
0.12
- Updated SpotBugs and FindSecBugs dependencies (#25, thanks nigredo-tori)
- Separates SpotBugs dependencies from the rest of the application (#26 / #27, thanks nigredo-tori)
0.11
- Added
findSecBugsFailOnMissingClass
setting (#23, thanks Tobias)
- Added
findSecBugsExcludeFile
setting (#24, thanks Tobias)
0.9
Migrates from FindBugs to SpotBugs
0.8
Updated to version 1.7.1 of find-sec-bugs
0.7
Upgraded to sbt version 1.0.1