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

Allow limiting scanning to specific repos within an organisation #53

Open
alexbrozych opened this issue Jan 17, 2023 · 1 comment
Open

Comments

@alexbrozych
Copy link
Contributor

No description provided.

@SimonGurney
Copy link
Contributor

This needs revisiting. #54

I'm not sure I like providing a file with URLs in it and then matching it exactly.

  1. what is the url, does it have the .git bit on the end? Are we case sensitive?

  2. we are only scanning one org, so I reckon the repo names will always be unique. Let's just filter based on repo name?

  3. I don't like feeding it a file. The tool runs almost always in docker and feeding it a file is an additional pain in the arse. Better to have a comma separated list of repo names on the command line

We should take a comma separated list to two flags, --ignore-repos and --only-repos. They should just be repo names, not urls. We should be case sensitive, and advise the users this on the flag help.

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

No branches or pull requests

2 participants