Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 312 Bytes

File metadata and controls

13 lines (9 loc) · 312 Bytes

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>