b17d47dc0b
Signed-off-by: Alex Goodman <alex.goodman@anchore.com> |
||
---|---|---|
.github | ||
cmd | ||
internal | ||
test | ||
.bouncer.yaml | ||
.gitattributes | ||
.gitignore | ||
.golangci.yaml | ||
.goreleaser.yaml | ||
.syft.yaml | ||
DEVELOPING.md | ||
LICENSE | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum | ||
install.sh | ||
main.go |
README.md
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>