diff --git a/.github/workflows/nvd_scanner.yml b/.github/workflows/nvd_scanner.yml index 0275be2..15bad3a 100644 --- a/.github/workflows/nvd_scanner.yml +++ b/.github/workflows/nvd_scanner.yml @@ -33,9 +33,9 @@ jobs: # go with bash instead of bb, we have not downloaded our deps yet run: | curl --fail -s \ - https://clojars.org/api/artifacts/nvd-clojure | \ - jq ".latest_release" | \ - tee nvd_check_helper_project/nvd-clojure-version.txt + https://clojars.org/api/artifacts/nvd-clojure | \ + jq ".latest_release" | \ + tee nvd_check_helper_project/nvd-clojure-version.txt - name: Restore NVD DB & Clojure Deps Cache # nvd caches its db under ~/.m2/repository/org/owasp so that it can