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

Fix CI status badge #1049

Closed imjasonh closed 3 years ago

imjasonh commented 3 years ago

The previous badge says no status for some reason.

This version was copied from https://github.com/tern-tools/tern/actions/workflows/pull_request.yml -> click the three dots -> Create status badge.

rnjudge commented 3 years ago

Thanks @imjasonh for catching this! Can you update your commit message to include a brief body describing the change and a "Signed-off-by: Your Name " line? Then I can merge.