Skip to content

Commit 02151c3

Browse files
committed
Pin nvd-clojure to 3.6.0
This prevents us from having to switch to 4.0.0, which requires an API key. 3.6.0 should still work for us for the foreseeable future since our API rate isn't high enough to be throttled w/o an API key.
1 parent 4c63223 commit 02151c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/nvd-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -euo pipefail
77

88
ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")/../" && pwd)
99

10-
clojure -Ttools install nvd-clojure/nvd-clojure '{:mvn/version "RELEASE"}' :as nvd
10+
clojure -Ttools install nvd-clojure/nvd-clojure '{:mvn/version "3.6.0"}' :as nvd
1111

1212
cd "$ROOT"
1313
clojure -J-Dclojure.main.report=stderr -Tnvd nvd.task/check \

0 commit comments

Comments
 (0)