No description
  • Go 59.8%
  • Shell 24.7%
  • Makefile 8.5%
  • Ruby 5.8%
  • Python 0.9%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-19 11:06:43 +02:00
.github fix release workflow and disable validation 2025-10-17 10:51:34 +02:00
cmd sbom command discontinued 2025-10-17 10:51:43 +02:00
internal Refine CLI format and output options + repo rename (#6) 2022-03-17 14:53:48 -04:00
test Bump Syft version to v0.46.3 (#21) 2022-05-26 12:14:24 -07:00
.bouncer.yaml Import syft as a library (#2) 2022-03-07 15:59:07 -05:00
.gitattributes Import syft as a library (#2) 2022-03-07 15:59:07 -05:00
.gitignore Import syft as a library (#2) 2022-03-07 15:59:07 -05:00
.golangci.yaml add initial project structure 2022-01-31 22:07:26 -05:00
.goreleaser.yaml Refine CLI format and output options + repo rename (#6) 2022-03-17 14:53:48 -04:00
.syft.yaml Import syft as a library (#2) 2022-03-07 15:59:07 -05:00
DEVELOPING.md Import syft as a library (#2) 2022-03-07 15:59:07 -05:00
go.mod Bump Syft version to v0.46.3 (#21) 2022-05-26 12:14:24 -07:00
go.sum Bump Syft version to v0.46.3 (#21) 2022-05-26 12:14:24 -07:00
install.sh Refine CLI format and output options + repo rename (#6) 2022-03-17 14:53:48 -04:00
LICENSE add initial project structure 2022-01-31 22:07:26 -05:00
main.go Refine CLI format and output options + repo rename (#6) 2022-03-17 14:53:48 -04:00
Makefile fix release workflow and disable validation 2025-10-17 10:51:34 +02:00
README.md sbom command discontinued 2025-10-17 10:51:43 +02:00

⚠️ 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>