Hanzo
CLISBOM

SBOM

2 `hanzo` commands for SBOM, each calling one operation on api.hanzo.ai.

Package sbom is what is inside a container image: every component, resolvable by digest or image ref.

2 commands · API reference →

CommandCallsWhat it does
hanzo sbom healthGET /v1/sbom/healthHealth is a pure liveness probe: the service is up; datastore reflects whether the datastore store is connected.
hanzo sbom createPOST /v1/sbomIngest persists a CycloneDX SBOM's components keyed by image digest.

How is this guide?