mirror of
https://github.com/docker/sbom-cli-plugin
synced 2026-07-22 20:33:53 +00:00
No description
- Go 59.8%
- Shell 24.7%
- Makefile 8.5%
- Ruby 5.8%
- Python 0.9%
- Other 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .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 | ||
⚠️ Discontinued
The docker sbom command has been removed, please use the docker scout sbom command
instead.
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>