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

Updating Tern's continuous integration testing #1182

Open mukultaneja opened 2 years ago

mukultaneja commented 2 years ago

This commits tries to run all the tests no matter what changes any specific commit contains. This way we can validate the commit fully

Work towards: 933

Signed-off-by: mtaneja mtaneja@vmware.com