Does this tool support Transitive dependency & License? #485
-
Hi All, I was checking this tool, i was trying to generate SBOM of my requirements.txt file and it's licenses. I ran below command |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Transitive dependencies are not fetched from requirements files like you are providing it. Please provide a full set of dependencies as generated via |
Beta Was this translation helpful? Give feedback.
Transitive dependencies are not fetched from requirements files like you are providing it.
Please provide a full set of dependencies as generated via
pip-compile
frompip-tools
.Or provide a full list of your installed python packages/modules from
pip freeze
- as described here: https://cyclonedx-bom-tool.readthedocs.io/en/latest/usage.html?highlight=Requirements#requirements