tern-tools / tern

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

Enable packages installed by python3 -m pip #1120

Closed nishakm closed 2 years ago

nishakm commented 2 years ago

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