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
ScanCode right now looks like it's only scanning for explicit copyright text or license texts in the existing code base. I would like to also be able to pick up licenses of dependencies, and set up flags and where the flagged dependencies have been used in the code base.
Short Description
Detect licenses of dependencies too.
Possible Labels
dependencies
improve-license-detection
Select Category
Describe the Update
ScanCode right now looks like it's only scanning for explicit copyright text or license texts in the existing code base. I would like to also be able to pick up licenses of dependencies, and set up flags and where the flagged dependencies have been used in the code base.
For example (this repo for inspiration: https://github.com/raimon49/pip-licenses):
How This Feature will help you/your organization
Identify GPL packages used and where in the code based it was used, so we can detect how we want to handle them, to avoid issues with GPLs.
Possible Solution/Implementation Details
Example/Links if Any
Can you help with this Feature
The text was updated successfully, but these errors were encountered: