File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11
11
** Added
12
12
- dev: megalinter-upgrade task to upgrade config
13
13
- dev: megalinter grafana dashboard connections via github organization secrets
14
+ - alias: `:security/nvd-scan` and `:security/nvd-fix` library vulnerabilities scan and fix
14
15
15
16
** Updated
16
17
- dev: update megalinter config to version 8
Original file line number Diff line number Diff line change 325
325
; ; https://clojure.org/guides/tools_build
326
326
; ; ---------------------------------------------------
327
327
328
+ ; ; ---------------------------------------------------
329
+ ; ; Security
330
+
331
+ ; ; clj-holmes/clj-watson/
332
+ ; ; Request an API key from: https://nvd.nist.gov/developers/request-an-api-key
333
+ ; ; `CLJ_WATSON_NVD_API_KEY` set to API key value
334
+ :security/nvd-scan
335
+ {:replace-deps
336
+ {io.github.clj-holmes/clj-watson {:git/tag " v6.0.0" :git/sha " cb02879" }}
337
+ :main-opts [" -m" " clj-watson.cli" " scan" " -p" " ./deps.edn" ]}
338
+
339
+ :security/nvd-fix
340
+ {:replace-deps
341
+ {io.github.clj-holmes/clj-watson {:git/tag " v6.0.0" :git/sha " cb02879" }}
342
+ :main-opts [" -m" " clj-watson.cli" " scan" " -s" " -p" " deps.edn" ]}
343
+ ; ; ---------------------------------------------------
344
+
328
345
; ; ---------------------------------------------------
329
346
; ; Project Deployment
330
347
You can’t perform that action at this time.
0 commit comments