Skip to content

Commit

Permalink
update cve scan alias
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 28, 2023
1 parent b7676d3 commit 11d82c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ project.clj
.clj-kondo/.cache
test-out/
.vscode/
.clj-watson/
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
:main-opts ["-m" "clj-kondo.main" "--lint" "src/main/clojure" "--lint" "src/test/clojure"]}

;; clj -M:cve
:cve {:extra-deps {io.github.clj-holmes/clj-watson {:git/tag "v4.1.3" :git/sha "56dfd3e"}}
:cve {:extra-deps {io.github.clj-holmes/clj-watson {:git/tag "v5.0.0" :git/sha "c2349f5"}}
:extra-paths [".clj-watson"]
:jvm-opts ["--illegal-access=deny"]
:main-opts ["-m" "clj-watson.cli" "scan" "-p" "deps.edn"]}

Expand Down

0 comments on commit 11d82c6

Please sign in to comment.