Skip to main content

Usage

anaconda repo sbom --channel <CHANNEL> [OPTIONS]

Description

Retrieves SBOM (Software Bill of Materials) files for packages in a channel. You can target a channel and optionally narrow by package, version, platform (os), artifact family, or a specific artifact ckey.

Options

Examples

Get SBOM for a channel
anaconda repo sbom --channel my-channel
Get SBOM for a specific package and version
anaconda repo sbom --channel my-channel --package mypackage --version 1.0.0