Skip to content

Releases: code-star/sbt-findsecbugs

0.20

20 Aug 09:15

Choose a tag to compare

Identical to 0.19

0.19

20 Aug 07:35

Choose a tag to compare

Allow version overrides for the Spotbug component and its FindSecBugs plugin.

0.18

14 Aug 05:42

Choose a tag to compare

Refactor project to publish to Sonatype

0.16

29 May 13:26

Choose a tag to compare

Adds findSecBugsPriorityThreshold setting to adjust the priority of errors that are reported. (#38; thanks martinavagyan!)

0.15

24 Jan 11:47

Choose a tag to compare

Adds findSecBugs / forkOptions setting to allow configuring the spawned JVM (#36, thanks nigredo-tori!)

0.14

22 Nov 09:19

Choose a tag to compare

Removes hardcoded plugin JAR path (#34, thanks nigredo-tori!)

0.13

04 Oct 12:18

Choose a tag to compare

  • 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

27 Sep 08:07

Choose a tag to compare

  • 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

05 Aug 07:42

Choose a tag to compare

  • Added findSecBugsFailOnMissingClass setting (#23, thanks Tobias)
  • Added findSecBugsExcludeFile setting (#24, thanks Tobias)

0.10

02 Aug 13:19

Choose a tag to compare

Updates all dependencies