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

Support for skipping gitlab repositories when scanning #772

Open
rndmh3ro opened this issue Sep 2, 2022 · 1 comment
Open

Support for skipping gitlab repositories when scanning #772

rndmh3ro opened this issue Sep 2, 2022 · 1 comment
Assignees
Labels
contributions welcomed Signal for help from the community! enhancement

Comments

@rndmh3ro
Copy link

rndmh3ro commented Sep 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

We want to scan our whole gitlab instance for secrets and report the findings to the owners of the repository. However we want to provide the users a way to opt out of scanning their repositories. So we'd like to have an option to skip repos by url.

Problem to be Addressed

I'd like to scan all our repositories but don't want to spam users who don't want to get their repos scanned.

Description of the Preferred Solution

An option to skip repos, e.g.:

trufflehog gitlab --token $TOKEN --endpoint=https://example.com --skip-repo https://example.com/path/to/skip/repo.git
@zricethezav
Copy link
Collaborator

Seeing as how we can skip GitHub repos, skipping GitLab repos should be an option too. I'll look into adding this feature.

@zricethezav zricethezav self-assigned this Nov 27, 2023
@zricethezav zricethezav changed the title Support for skipping repositories when scanning Support for skipping gitlab repositories when scanning Jan 22, 2024
@zricethezav zricethezav added the contributions welcomed Signal for help from the community! label Jan 22, 2024
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
Development

No branches or pull requests

2 participants