Skip to content

Commit

Permalink
ci: yaml identation
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Jul 2, 2024
1 parent ea2033c commit 237f84e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nvd_scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 237f84e

Please sign in to comment.