Skip to main content

Usage

anaconda repo sbom --channel <CHANNEL> [--package <PACKAGE>] [--version <VERSION>] [--os <PLATFORM>] [--family <FAMILY>] [--ckey <CKEY>]
Replace <CHANNEL> with the channel name.
Replace <PACKAGE>, <VERSION>, <PLATFORM>, <FAMILY>, and <CKEY> to filter by package, version, OS, artifact family, or artifact key.

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

Option
Default
Description
--channel <CHANNEL>
Channel containing the package (required)
--package <PACKAGE>
Package name
--version <VERSION>
Package version
--os <PLATFORM>
Platform/architecture (for example, linux-64)
--family <FAMILY>
Artifact family: conda, python, cran, anaconda_project, anaconda_env, notebook, gra
--ckey <CKEY>
Ckey identifying a specific artifact file
-h, --help
Show help for this command

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