Tern is a software composition analysis tool and Python library that generates a Software Bill of Materials for container images and Dockerfiles. The SBOM that Tern generates will give you a layer-by-layer view of what's inside your container in a variety of formats including human-readable, JSON, HTML, SPDX and more.
BSD 2-Clause "Simplified" License
967
stars
188
forks
source link
Add source package metadata to CycloneDX format report #1093
Describe the Feature
Source package name (src_name) and version (src_version) properties are available for Package objects for dpkg and rpm package managers collection methods.
Use Cases
It would be great to get this information in to the CycloneDX output report.
@coderpatros are you available to help with this? Pretty please?
Describe the Feature Source package name (
src_name
) and version (src_version
) properties are available for Package objects for dpkg and rpm package managers collection methods.Use Cases It would be great to get this information in to the CycloneDX output report.
@coderpatros are you available to help with this? Pretty please?