Skip to content

Commit

Permalink
SAST base: fix depcheck download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
LifeDJIK committed May 17, 2021
1 parent 48e8a48 commit eba0d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/sast/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ RUN set -x \
# SAST: Dependency Check
RUN set -x \
&& cd /opt \
&& curl -LOJ https://bintray.com/jeremy-long/owasp/download_file?file_path=dependency-check-${DEPENDENCY_CHECK_VERSION}-release.zip \
&& curl -sL https://github.com/jeremylong/DependencyCheck/releases/download/v${DEPENDENCY_CHECK_VERSION}/dependency-check-${DEPENDENCY_CHECK_VERSION}-release.zip -o dependency-check-${DEPENDENCY_CHECK_VERSION}-release.zip \
&& unzip dependency-check-${DEPENDENCY_CHECK_VERSION}-release.zip \
&& rm -rf dependency-check-${DEPENDENCY_CHECK_VERSION}-release.zip \
&& chmod a+x /opt/dependency-check/bin/*.sh \
Expand Down

0 comments on commit eba0d78

Please sign in to comment.