Open larochef opened 6 years ago
I'm not sure either, but I did notice we never formally released version 0.9, which made the switch from FindBugs to SpotBugs. I've done that now, so maybe you can re-try with that version?
I tried version 0.9 which didn't produce errors. I saw the html reports, but since no issue was found, I'm not sure it works as intended
I now have a few more questions:
My goal is to have the security checks integrated into gitlab-ci: https://docs.gitlab.com/ee/user/project/merge_requests/sast.html
If needed, I'll be glad ti give a hand.
Thx for answering.
Unfortunately I don't have a lot of time to work on this at the moment, as I've moved to a different project. The things you mention should definitely be possible, and I'll be happy to merge a good PR.
I'm trying to use the plugin, so I've added to my plugins.sbt:
and when I type
sbt findSecBugs
I get the following errors: (and no file is generated)I haven't found anything really helpful on that. Any idea on what's wrong?