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
960 stars 188 forks source link

Update Scancode Python supported versions #1151

Closed rnjudge closed 2 years ago

rnjudge commented 2 years ago

According to Scancode documentation[1], Python v3.6-3.9 are now supported. Tern's README currently advises Python 3.5 and 3.6 but not 3.7 onwards. This commit updates the version information in the README.

[1] https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#prerequisites

Signed-off-by: Marc-Etienne Vargenau marc-etienne.vargenau@nokia.com Signed-off-by: Rose Judge rjudge@vmware.com