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 debian-inspector requirement #1196

Closed rnjudge closed 1 year ago

rnjudge commented 1 year ago

Installing Scancode-toolkit 31.1.1 and Tern 2.10.1 together results in a package conflict because both rely on a different version of the debian-inspector package. This commit resolves that conflict.

Resolves #1185

Signed-off-by: Rose Judge rjudge@vmware.com