sbom-cli

CLI tool to query, transform, and analyze software bill of materials (SBOM) data

cargomacoslinuxwindows
Try with needOr install directly
Source

About

A CLI to work with SBOM data

Commands

sbom

Examples

view software components and dependencies in a SBOM file$ sbom cat sbom.json
search for a specific package or vulnerability in SBOM$ sbom query sbom.json --select 'components[name=openssl]'
convert SBOM between different formats like JSON to XML$ sbom convert sbom.json -o sbom.xml
validate SBOM file for correctness and compliance$ sbom validate sbom.json
extract license information from all dependencies$ sbom query sbom.json --select 'components[*].licenses'