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.
This commit adds sample Tern reports for all of the supported report
formats. It also updates the README to point readers to where they can
find these sample reports. As an additional unrelated change, this
commit also updates all references of "SBoM" to "SBOM" in the README.
This commit adds sample Tern reports for all of the supported report formats. It also updates the README to point readers to where they can find these sample reports. As an additional unrelated change, this commit also updates all references of "SBoM" to "SBOM" in the README.
Resolves #1103
Signed-off-by: Rose Judge rjudge@vmware.com