Skip to content

Commit 78bb46e

Browse files
authored
Merge pull request #94 from release-engineering/qfix
OWASP check: Add --fail to curl
2 parents 40dc8e3 + 03bf6ed commit 78bb46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: OWASP check
110110
run: |
111111
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
112+
curl -Ls --fail "https://github.com/dependency-check/DependencyCheck/releases/download/v$VERSION/dependency-check-$VERSION-release.zip" --output dependency-check.zip
113113
unzip -o dependency-check.zip
114114
rm -f dependency-check.zip
115115
./dependency-check/bin/dependency-check.sh \

0 commit comments

Comments
 (0)