tern

Generates Software Bill of Materials (SBOM) for container images

brewmacoslinux
Try with needOr install directly
Source

About

Software Bill of Materials (SBOM) tool

Commands

tern

Examples

Generate SBOM for a Docker image$ tern report -i ubuntu:20.04
Generate SBOM in JSON format and save to file$ tern report -i nginx:latest -f json -o sbom.json
Analyze a local directory for software components$ tern report -d /path/to/directory -f spdx