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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scanning for user repos #949

Closed
uvulpos opened this issue Dec 2, 2022 · 4 comments 路 Fixed by #2814
Closed

Add scanning for user repos #949

uvulpos opened this issue Dec 2, 2022 · 4 comments 路 Fixed by #2814
Labels
contributions welcomed Signal for help from the community! enhancement pkg/engine PRs and Issues related to the `engine` package pkg/sources PRs and Issues related to the `sources` package

Comments

@uvulpos
Copy link

uvulpos commented Dec 2, 2022

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

As you already implemented the organization flag, as a private user, I want to check for my personal repos as well. The cherry on top would be even scanning private repositories, but this would be optional I guess 馃檪

Problem to be Addressed

As you already implemented the organization flag, as a private user, I want to check for my personal repos as well. The cherry on top would be even scanning private repositories, but this would be optional I guess 馃檪

Description of the Preferred Solution

An application-flag to define a user or to use a access token / ssh key

@coffeepenbit
Copy link

You can specify github --org "<username>". Though, this doesn't satisfy your private repo request.

@CameronLonsdale
Copy link

Does that command still work? Debug trace on latest shows 404 on https://api.github.com/orgs/cameronlonsdale/repos?per_page=100 for my account for example. The URL seems to need to be https://api.github.com/users/cameronlonsdale/repos?per_page=100 with /users instead.

@zricethezav
Copy link
Collaborator

You can specify github --org "". Though, this doesn't satisfy your private repo request.

Just tested this and it does not work. Opening this issue up for contributions. Should be relatively easy to implement

@zricethezav zricethezav added contributions welcomed Signal for help from the community! pkg/engine PRs and Issues related to the `engine` package pkg/sources PRs and Issues related to the `sources` package labels Aug 25, 2023
@sherlocksecurity
Copy link

Any updates on this? Or any workaround to solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributions welcomed Signal for help from the community! enhancement pkg/engine PRs and Issues related to the `engine` package pkg/sources PRs and Issues related to the `sources` package
Development

Successfully merging a pull request may close this issue.

5 participants