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.
In order to detect packages installed by pip but using the python3
module (-m), we add a snippet listing for "python3" that points
to the "pip3" package inventorying method
In order to detect packages installed by pip but using the python3 module (-m), we add a snippet listing for "python3" that points to the "pip3" package inventorying method
Fixes #1020
Signed-off-by: Nisha K nishak@vmware.com