Getting the license text from the license scanner #8469
silverwind
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm looking for a way to obtain the license text through the license scanner. I'm running it like this:
This generates JSON entries like below, which have a
Textproperty but it seems to always be empty in my testing. Is there a way to get it to include the license text?{ "Severity": "LOW", "Category": "notice", "PkgName": "glob-to-regexp", "FilePath": "package-lock.json", "Name": "BSD-2-Clause", "Text": "", "Confidence": 1, "Link": "" },Target
Filesystem
Scanner
License
Beta Was this translation helpful? Give feedback.
All reactions