Plugin for Docker CLI to support SBOM creation using Syft
Перейти к файлу
Alex Goodman b17d47dc0b
remove the root of all temp files on shutdown (#24)
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
2022-06-23 10:00:44 -04:00
.github add issue templates (#23) 2022-06-23 13:10:50 +00:00
cmd remove the root of all temp files on shutdown (#24) 2022-06-23 10:00:44 -04: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
LICENSE add initial project structure 2022-01-31 22:07:26 -05:00
Makefile bump chronicle version 2022-03-30 10:28:55 -04:00
README.md remove wip notice 2022-03-31 17:48:40 -04: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
main.go Refine CLI format and output options + repo rename (#6) 2022-03-17 14:53:48 -04:00

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>