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

Can dependency-check scan remote repositiories? #6782

Open
eve1ynjiang opened this issue Jul 2, 2024 · 1 comment
Open

Can dependency-check scan remote repositiories? #6782

eve1ynjiang opened this issue Jul 2, 2024 · 1 comment
Labels

Comments

@eve1ynjiang
Copy link

In the --scan parameter is there a way to access a github repository remotely? Or do I have to clone it and store it locally?

@aikebah
Copy link
Collaborator

aikebah commented Jul 2, 2024

The path to scan - this option can be specified multiple times. It is also possible to specify Ant style paths (e.g. ‘directory/**/*.jar’); if using an Ant style path it is highly recommended that you use single quotes around the path so that the shell itself does not automatically perform replacements

path to scan, so no, you cannot scan repositories, you have to clone it on the filesystem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants