Closed brabster closed 7 years ago
Thanks for the contribution and the very detailed description!
You're welcome, thanks for accepting. When will the new artifact appear in clojars?
You should find it there now.
On Fri, Feb 3, 2017, 10:50 AM Paul Brabban notifications@github.com wrote:
You're welcome, thanks for accepting. When will the new artifact appear in clojars?
— You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub https://github.com/livingsocial/lein-dependency-check/pull/7#issuecomment-277299577, or mute the thread https://github.com/notifications/unsubscribe-auth/AFLaWCLjiS2xfpTzcX9MY_25i38nELBDks5rY1rMgaJpZM4L0zs- .
This update allows a user to declare whether to log found vulnerabilities and/or throw an exception at end of processing if any vulnerabilities are found. That makes it much more useful for me as a scheduled build plugin.
I added the config to the project.clj instead of as command line args because the command-line args approach would require some potentially breaking rework of the existing command line arguments.
Project version bumped to 0.2.0-SNAPSHOT as this adds a minor feature. Not sure what your release process is so this may not be correct?
Fixes #6 Fixes #5
Wasn't sure how to go about unit testing this. Installing this branch locally and testing on a minimal project with a vulnerable dep:
No
:dependency-check
config in project.cljWith
:log
only in:dependency-check
With
:throw
in:dependency-check