licensed
licensed copied to clipboard
A Ruby gem to cache and verify the licenses of dependencies
`mini_racer` 0.3.1 isn't compatible with more recent macOS versions (in part due to lack of python 2) which made `script/setup` fail with `Gem::Ext::BuildError: ERROR: Failed to build gem native extension`...
Using Licensed already for React app via npm source (works great) but struggling to use for Springboot apps. First, would like to confirm I'm not missing a source that supports...
Signed-off-by: civitaspo Fix https://github.com/github/licensed/issues/301 This PR supports gradle projects with multi-project configuration. The `settings.gradle` defined in the project was ignored when executing `printDependencies`, which is a task to output dependencies,...
I am using two workspaces. And each workspace depends on the same package with different versions. In this case, the package is installed under the workspace directory. This is the...
On a ubuntu env, i have run the command "licensed list" in two different projects' source directory (mobile app -- android/ios) got zero dependencies report. configuration file used all default...
I keep running into this exception any time I try to use the executable as suggested in the documentation. The source of the error appears to be here: https://github.com/github/licensed/blob/d84a41cb9205340b8e96661b0a34ec575cb576ed/lib/licensed/sources/bundler.rb#L58 And...
Previously reported at https://github.com/github/licensed/issues/194, I'm opening a new issue only given the age of that report Many of Google's go packages follow a legal files setup where there is a...
Hey 👋 Is there any particular method you've used for tracking manual sources? I understand there's the Manifest source which looks like it can be used for files in the...
Hello, So from listed [sources](https://github.com/github/licensed#sources), it seems that licensed is not able to handle deno dependencies currently, is this something that could be added?
I am using `yarn` as a source and get these errors during `licensed cache`: ``` * Errors: * manager.yarn.bindings - dependency path not found * manager.yarn.file-uri-to-path - dependency path not...