Fork me on GitHub
#releases
<
2024-01-13
>
seancorfield23:01:29

https://github.com/clj-holmes/clj-watson/releases/tag/v5.1.1 -- A Clojure tool for vulnerability checking. • Address https://github.com/clj-holmes/clj-watson/issues/49 by improving the -T invocation to support short names, symbols for strings, and all the defaults. • Address https://github.com/clj-holmes/clj-watson/issues/48 by updating all of the project dependencies, including DependencyCheck to 9.0.8. • Address https://github.com/clj-holmes/clj-watson/issues/47 by printing out the optional properties read from the clj-watson.properties file. • Documentation improvements.

clojure -Ttools install-latest :lib io.github.clj-holmes/clj-watson :as clj-watson
and now you can run it like this:
clojure -Tclj-watson scan :p deps.edn :suggest-fix true
Follow-up in #clj-holmes