Skip to content

Latest commit

 

History

History

sbom-meta

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

SBOM-Meta

An example Chai application that displays package metadata for SBOMs (software bill of materials).

Installation

  1. Start the Chai DB with docker compose up.
  2. Run go install or go build to generate a binary.

Usage

Run sbom-meta in the root directory of any repository to get a list of dependencies with metadata.

git clone [email protected]:starship/starship.git
cd starship
sbom-meta

You can sort any of the fields, ascending or descending:

sbom-meta --sort downloads,desc
sbom-meta --sort published,asc

Use the --json flag to output JSON:

sbom-meta --json | jq .[1].name