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

Unable to give --artifactoryUrl parameter in CLI #1492

Closed
XYZ743874 opened this issue Sep 20, 2018 · 2 comments
Closed

Unable to give --artifactoryUrl parameter in CLI #1492

XYZ743874 opened this issue Sep 20, 2018 · 2 comments
Labels

Comments

@XYZ743874
Copy link

Hello,
Dep-Check CLI manual lists "--artifactoryUrl" as a parameter:
https://jeremylong.github.io/DependencyCheck/dependency-check-cli/arguments.html
However, it would appear that command:
dependency-check.sh --artifactoryUrl
gives an error:
Unrecognized option: --artifactoryUrl

The string/argument is present in https://github.com/jeremylong/DependencyCheck/blob/master/cli/src/main/java/org/owasp/dependencycheck/CliParser.java
public static final String ARTIFACTORY_URL = "artifactoryUrl";
However, as far as I can tell, the variable is not referenced in the source code. This has been tested with Dependency-Check Core version 3.3.2

Is this a bug, not yet implemented or deprecated feature?

Example

[user@localhost ~]$ ./dependency-check.sh --artifactoryUrl http://artifactory.local
Unrecognized option: --artifactoryUrl
@XYZ743874 XYZ743874 changed the title Unable to give --artifactiryUrl parameter in CLI Unable to give --artifactoryUrl parameter in CLI Sep 20, 2018
jeremylong added a commit that referenced this issue Sep 27, 2018
@jeremylong
Copy link
Owner

Sorry about that. This will be fixed in the next release.

--jeremy

@lock
Copy link

lock bot commented Nov 27, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Nov 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants