BYOS SBOM ingestion

Overview

API

Example request:

{
  "artifactRef": "example.com/app:1.0",
  "sbomBase64": "<base64>",
  "format": "cyclonedx",
  "source": { "tool": "syft", "version": "1.0.0" }
}

Supported formats

Validation is structural for the accepted JSON contracts; it is not full offline validation against the published CycloneDX or SPDX JSON schemas.

CLI

stella sbom upload --file sbom.json --artifact example.com/app:1.0

Troubleshooting