Gradle: trivy fs --scanners license . --format cyclonedx
shows lots of components without license.
#8756
Unanswered
MatthiasGrandl
asked this question in
Q&A
Replies: 1 comment
-
Trivy tries to find license information under the cache directory. Can you please make sure your local cache directory is populated? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
I have a gradle project that I want to generate an SBOM for.
trivy fs --scanners license . --format cyclonedx
shows lots of components without license. I am wondering why? Those components don't show in the table format.They are also all maven packages and it sounds like trivy should have the ability to query maven to fetch those licenses from maven.
Appreciate any hints on how to resolve this!
Target
Filesystem
Scanner
License
Output Format
CycloneDX
Mode
Standalone
Operating System
macOS
Version
Beta Was this translation helpful? Give feedback.
All reactions