You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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, andtools/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 skiptools/go.mod
file. It would be nice to have a configuration option for that.The text was updated successfully, but these errors were encountered: