mirror of
https://github.com/docker/sbom-cli-plugin
synced 2026-04-05 19:34:44 +00:00
No description
- Go 59.7%
- Shell 24.7%
- Makefile 8.6%
- Ruby 5.8%
- Python 0.9%
- Other 0.2%
|
|
||
|---|---|---|
| .github | ||
| cmd | ||
| internal | ||
| test | ||
| .bouncer.yaml | ||
| .gitattributes | ||
| .gitignore | ||
| .golangci.yaml | ||
| .goreleaser.yaml | ||
| .syft.yaml | ||
| DEVELOPING.md | ||
| go.mod | ||
| go.sum | ||
| install.sh | ||
| LICENSE | ||
| main.go | ||
| Makefile | ||
| 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>