Closed
Description
Description
Unable to include python as a dependency in SBOM generation for an artifact that contains python but is able to include it as a dependency on other files
To reproduce
Steps to reproduce the behaviour:
- scan using these flags/this config
--log debug --sbom-output <some_file.json> --sbom-type cyclonedx --sbom-format json
- on this file
https://s3.amazonaws.com/ddagent-windows-stable/datadog-agent-7-latest.amd64.msi
- and on this file
https://s3.amazonaws.com/apt.datadoghq.com/pool/d/da/datadog-agent_7.48.1-1_amd64.deb
Expected behaviour: python to be included as a dependency in both SBOMs
Actual behaviour: only included in SBOM for file from step 3
Version/platform info
Version of CVE-bin-tool: 3.3rc2
Installed from GitHub
Operating system: Linux
Python version (e.g. python3 --version
): 3.8
or 3.9