UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
S
Solutions Delivery Platform
dependency-check
dependency-check
Commits
e32926dc
Commit
e32926dc
authored
Jan 23, 2020
by
Peter Sigur
Browse files
removing O flag causing problems
parent
520c489d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
5.2.4/scripts/prebuild.sh
5.2.4/scripts/prebuild.sh
+1
-1
No files found.
5.2.4/scripts/prebuild.sh
View file @
e32926dc
...
@@ -14,7 +14,7 @@ NEXUS_PASSWORD=${NEXUS_PASSWORD}
...
@@ -14,7 +14,7 @@ NEXUS_PASSWORD=${NEXUS_PASSWORD}
### Download files/dependencies ###
### Download files/dependencies ###
# temporarily place binaries locally in /tmp/${VENDOR}/
# temporarily place binaries locally in /tmp/${VENDOR}/
curl
-L
O
--create-dirs
https://dl.bintray.com/jeremy-long/owasp/dependency-check-
${
OWASP_DEP_CHK_VERSION
}
-release
.zip
\
curl
-L
--create-dirs
https://dl.bintray.com/jeremy-long/owasp/dependency-check-
${
OWASP_DEP_CHK_VERSION
}
-release
.zip
\
-o
/tmp/
${
VENDOR
}
/owaspdepchk-
${
OWASP_DEP_CHK_VERSION
}
-o
/tmp/
${
VENDOR
}
/owaspdepchk-
${
OWASP_DEP_CHK_VERSION
}
### SHA256 Verification ###
### SHA256 Verification ###
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment