clj-holmes / clj-watson

clojure deps SCA
Eclipse Public License 2.0
84 stars 9 forks source link

Bug in 5.0.0: clj-watson.properties file not found on classpath #43

Closed seancorfield closed 10 months ago

seancorfield commented 10 months ago

Line 22 of clj-watson.controller.dependency-check.scanner should be if, not when.

Without -w option, the optional clj-watson.properties file is not found on the classpath.

With -w option, the file is read but ignored and then looked for on the classpath.