stella sbomer — Command Guide

The stella sbomer command group produces deterministic, per-layer Software Bills of Materials (SBOMs) and composes, diffs, and verifies them. It is designed for offline-first, air-gapped pipelines where every run must be byte-for-byte reproducible.

Audience: release engineers and CI authors who need repeatable SBOM artifacts without network access.

Tip: For online, image-level SBOM generation and signed-archive verification, see the stella sbomcommand group.

Prerequisites

Commands

Determinism rules

Examples

# generate layer SBOM
stella sbomer layer ghcr.io/acme/app:1.2.3 --format cyclonedx --output app.cdx.json

# compose
stella sbomer compose app.cdx.json lib.cdx.json --output combined.cdx.json

# drift
stella sbomer drift baseline.cdx.json combined.cdx.json --output drift.json

Offline tips

See also