-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support scanning GitHub groups and repositories #9
Comments
Before jumping into coding for this, maybe we could sketch how we would like the cli opts to look like? Since now it is pretty tied to gitlab. Should we have separate options for GitHub and gitlab? If so, what if they are passed together? Should we auto detect the platform of the given repo or group (org in GitHub)? What about self hosted gitlab instances? Would they be easy to auto detect? If we do this, we need to rename the cli opts to be somewhat generic. |
Checkout #17 for a cli proposal |
…tory package A first step to adding github is to isolate gitlab
…tory package A first step to adding github is to isolate gitlab
refactor(#9): move gitlab logic to specific repository package
feat(#9): add github project scanning support
Is your feature request related to a problem? Please describe.
We should be able to:
Describe the solution you'd like
Feature parity between Gitlab and GitHub (am I missing something above?).
Describe alternatives you've considered
...
Additional context
...
The text was updated successfully, but these errors were encountered: