/sbom-cli-plugin

Plugin for Docker CLI to support SBOM creation using Syft

Primary LanguageGoApache License 2.0Apache-2.0

sbom-cli-plugin

Plugin for Docker CLI to support viewing and creating SBOMs for Docker images using Syft.

Getting started

# install the docker-sbom plugin
curl -sSfL https://raw.githubusercontent.com/docker/sbom-cli-plugin/main/install.sh | sh -s --

# use the sbom plugin
docker sbom <my-image>