-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add ability to scan multiple repositories at once #10
Comments
I found myself trying to scan passing in the same config file I used to add. Seems like that should be sufficient? |
@chetmancini : which version of |
Interesting. I'm using the latest version. I'm brand new and am trying to setup this up first time to scan multiple repos. I'm still getting up to speed but will see if I can help enhance anything down the road. |
How curious. Could you provide your example invocation for posterity? |
Sure. I was thinking I could pass the
|
@domanchi Any update on multiple repo scanning in 0.2? eagerly awaiting this enhancement |
@chetmancini : Ah yes, that was the original intent. Since this is a server-side tool, configuration files allow source controlled declaration of repositories to scan. I agree that feature is a "nice-to-have", rather than a much needed improvement due to this. @akshayatplivo : You're always welcome to help contribute to this repository! My bandwidth is quite limited to work on this, but I had previously flagged this as a good first issue, so maybe this is a good opportunity to get your feet wet. 😃 |
Context
If you want to manually scan more than one repository at once, you need to do them in separate invocations.
It would be convenient if you could specify more than one repository inline.
This way, you could chain it with other CLI tools.
Proposed Fix
As described above.
The text was updated successfully, but these errors were encountered: