We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40dc8e3 + 03bf6ed commit 78bb46eCopy full SHA for 78bb46e
.github/workflows/tox-test.yml
@@ -109,7 +109,7 @@ jobs:
109
- name: OWASP check
110
run: |
111
VERSION=$(curl -s https://dependency-check.github.io/DependencyCheck/current.txt)
112
- curl -Ls "https://github.com/dependency-check/DependencyCheck/releases/download/v$VERSION/dependency-check-$VERSION-release.zip" --output dependency-check.zip
+ curl -Ls --fail "https://github.com/dependency-check/DependencyCheck/releases/download/v$VERSION/dependency-check-$VERSION-release.zip" --output dependency-check.zip
113
unzip -o dependency-check.zip
114
rm -f dependency-check.zip
115
./dependency-check/bin/dependency-check.sh \
0 commit comments