Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot download Dependency-Check executable #17

Closed
rtau-cca opened this issue Mar 11, 2021 · 1 comment
Closed

Cannot download Dependency-Check executable #17

rtau-cca opened this issue Mar 11, 2021 · 1 comment

Comments

@rtau-cca
Copy link

When tried to use owasp/commandline_owasp_dependency_check, the following error was found and stopped the pipeline.

Downloading Dependency-Check executable version 6.1.2 from https://dl.bintray.com/jeremy-long/owasp/dependency-check-6.1.2-release.zip ..

Exited with code exit status 8
CircleCI received exit code 8

When tried to retrieve that URL, 404 is returned. It seems the binary is hosted on GitHub instead of Bintray, as in https://jeremylong.github.io/DependencyCheck/dependency-check-cli/index.html

In addition, I have tried to override executable_url with, then the orbs command can be executed successfully:

echo 'export executable_url=https://github.com/jeremylong/DependencyCheck/releases/download/vVERSION/dependency-check-VERSION-release.zip' >> $BASH_ENV
@Pavloro
Copy link
Contributor

Pavloro commented Mar 23, 2021

Hi! It should be fixed in version 0.0.15

@Pavloro Pavloro closed this as completed Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants