clj-holmes / clj-watson

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

Provide an additive properties file #37

Closed seancorfield closed 11 months ago

seancorfield commented 11 months ago

Currently, Watson looks for dependency-check.properties on the classpath unless a different properties file is provided. So it's all or nothing -- you can't provide your own properties file that overrides just one or two properties. Given that the default properties file isn't easily "guessable" (you have to download it from GitHub -- and that makes it hard to keep in sync as changes are made), it would make sense for Watson to support an optional clj-watson.properties file on the classpath (or perhaps via a command-line option?) that could be read in and add to / override what is found in the default properties file.

seancorfield commented 11 months ago

This will be addressed by #40

seancorfield commented 11 months ago

PR has been merged. Thank you!