Replies: 3 comments 7 replies
-
@2020-ks thanks for the report. |
Beta Was this translation helpful? Give feedback.
-
about 2.
|
Beta Was this translation helpful? Give feedback.
-
Dear @afdesk About 1. About 2. |
Beta Was this translation helpful? Give feedback.
-
Description
I created sbom with CycloneDX by Trivy:
The creation succeeded, but I noticed that license information of several components is missing or incorrect.
What did you expect to happen?
All detected components have license information.
What happened instead?
1.Missing
At least, license information of following components is missing.
networkx, zipp, filelock, typer, iniconfig, packaging, tomli, typing_extensions, importlib-metadata, idna
2.Incorrect
In addition, following license information is incorrect.
uritemplate
"licenses": [
{
"expression": "BSD 3-Clause License or Apache License"
},
{
"expression": "Version 2.0"
}
]
Output of run with
-debug
:Output of
trivy -v
:Additional details (base image name, container registry info...):
I attach sbom of components with problems
pip_sboms_with_problem.txt
Beta Was this translation helpful? Give feedback.
All reactions