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 allow-listing by git link prefix #697

Open
jgpaiva opened this issue Aug 27, 2024 · 1 comment
Open

Support allow-listing by git link prefix #697

jgpaiva opened this issue Aug 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jgpaiva
Copy link

jgpaiva commented Aug 27, 2024

Is your feature request related to a problem? Please describe.
My org heavily depends on git dependencies. Using licenses.private, I can set ignore = true and use registries = ["my-registry"] to ignore all dependencies from a specific registry, but I couldn't find a way to do the same for a specific git repo. I found I can do ignore-sources = ["git+ssh://git@bitbucket.myorg.com/team1/repo1git", "git+ssh://git@bitbucket.myorg.com/team1/repo2git"], but that's very tedious for our large projects and causes frequent breakage.

Describe the solution you'd like
In an ideal world, I'd be able to specify something like ignore-git = [ "git+ssh://git@bitbucket.myorg.com" ] and everything from that source would be ignored.

Describe alternatives you've considered
The only alternative I could find was to explicitly name very single transitive internal dependency of my project, and keep that list up-to-date as it changes upstream.

@jgpaiva jgpaiva added the enhancement New feature or request label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@jgpaiva and others