Skip to content
Snippets Groups Projects
Commit bef47d50 authored by Alan Nelson's avatar Alan Nelson
Browse files

Merge branch 'update-version' into 'develop'

Update dependency-check version

Closes #16

See merge request !59
parents b773e0d0 3c174020
No related branches found
No related tags found
2 merge requests!60Develop,!59Update dependency-check version
......@@ -12,13 +12,13 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.schema-version="1.0" \
maintainer="J.R. Barreras <rbarrerasmilanes@nebraska.edu>"
ENV DEPENDENCY_CHECK_VERSION 5.3.2-release
ENV DEPENDENCY_CHECK_VERSION 6.2.2
WORKDIR /opt
RUN apk add --no-cache curl jq su-exec bash && \
curl --insecure -o ./dependency-check.zip -L https://dl.bintray.com/jeremy-long/owasp/dependency-check-${DEPENDENCY_CHECK_VERSION}.zip && \
curl --insecure -o ./dependency-check.zip -L https://github.com/jeremylong/DependencyCheck/releases/download/v${DEPENDENCY_CHECK_VERSION}/dependency-check-${DEPENDENCY_CHECK_VERSION}-release.zip && \
unzip dependency-check.zip && \
rm dependency-check.zip && \
/opt/dependency-check/bin/dependency-check.sh --updateonly && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment