File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,13 @@ jobs:
2929 cli : ' latest'
3030 bb : ' latest'
3131
32- - name : Generate Cache Key
32+ - name : Generate Cache Key File
33+ # go with bash instead of bb, we have not downloaded our deps yet
3334 run : |
34- bb --version
35- bb latest-release nvd-clojure | tee nvd_check_helper_project/nvd-clojure-version.txt
35+ curl --fail -s \
36+ https://clojars.org/api/artifacts/nvd-clojure | \
37+ jq ".latest_release" | \
38+ tee nvd_check_helper_project/nvd-clojure-version.txt
3639
3740 - name : Restore NVD DB & Clojure Deps Cache
3841 # nvd caches its db under ~/.m2/repository/org/owasp so that it can
Original file line number Diff line number Diff line change 44 #_:clj-kondo/ignore
55 {:mvn/version " RELEASE" }
66 ; ; temporarily try bumping transitive dep to current release
7- org.owasp/dependency-check-maven {:mvn/version " 10.0.0" }}}
7+ org.owasp/dependency-check-core {:mvn/version " 10.0.0" }}}
You can’t perform that action at this time.
0 commit comments