netriseinc/Provenance Supply Chain Check

Download the provenance CLI and run a supply chain check against an SBOM or package.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sbomPath to the SBOM file to checkno""
packagePackage URL (PURL) to check (alternative to sbom)no""
policyPath to policy file or directoryno""
formatOutput format: human, json, sarifnohuman
api-tokenProvenance API token (use secrets.PROVENANCE_API_TOKEN)yes
versionCLI version to download (e.g., v0.1.0). Defaults to latest.nolatest
quietShow only summary outputnofalse
namedescription
exit-codeExit code from provenance check (0=pass, 1=deny, 2=review, 3=error)
sarif-filePath to SARIF output file (when format=sarif)
json-filePath to JSON output file (when format=json)