-
Notifications
You must be signed in to change notification settings - Fork 170
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
Include list of all dependencies and their licenses in any release #379
Comments
Though about this long and hard. I could not find any decent lua package manager that would lock dependencies and be able to say what are the exact versions being used. Only reasonable way of doing this is scan the luarocks install tree and find out what is installed after it was installed. That rules out license_finder. This step can be done in the build phase. |
rover inspect --roverfile gateway/Roverfile
We include all dependencies, but should be easy to limit it to some group (like production) 3scale/lua-rover#7. |
Releases now include a licenses.xml with the information requested in the issue. |
Downstream users of this repo would like to know the licenses that apply to it and all of it's transitive dependencies.
The request is for releases of this repo to have a structured file (cv, json, xml preferred) containing at least the following information:
The text was updated successfully, but these errors were encountered: