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 ignoring particular sources of dependencies #459

Open
AlekSi opened this issue Apr 19, 2023 · 1 comment
Open

Allow ignoring particular sources of dependencies #459

AlekSi opened this issue Apr 19, 2023 · 1 comment
Labels
enhancement New feature or request Keep Exempt this from stalebot

Comments

@AlekSi
Copy link

AlekSi commented Apr 19, 2023

In the FerretDB repo, we use the so-called "tools.go" approach for managing Go tooling dependencies. We have a main go.mod file that we would like to keep secure and license-clean, and tools/go.mod that could include dependencies with licenses that are forbidden for the main module. Currently, there is no way to configure that action to skip tools/go.mod file. It would be nice to have a configuration option for that.

@febuiles febuiles added the enhancement New feature or request label Apr 20, 2023
@febuiles
Copy link
Contributor

febuiles commented Apr 20, 2023

Hi @AlekSi. Being able to ignore files seems natural after we add support for license ignoring (#423). We don't have cycles atm to implement this, but if you want to get a PR started I'd be happy to help get it merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Keep Exempt this from stalebot
Projects
None yet
Development

No branches or pull requests

2 participants