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

Add instructions for Kubernetes Job #1114

Closed nishakm closed 2 years ago

nishakm commented 2 years ago

This commit adds instructions to deploy Tern as a Kubernetes Job.

Fixes #1111

Signed-off-by: Nisha K nishak@vmware.com

nishakm commented 2 years ago

@rnjudge you mentioned you had left a review, but I don't see any. Can you review please?