Plugin for Docker CLI to support SBOM creation using Syft
Перейти к файлу
dependabot[bot] 0970f9b3dd
Bump golang.org/x/text from 0.3.7 to 0.3.8
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 04:42:07 +00: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 golang.org/x/text from 0.3.7 to 0.3.8 2023-03-07 04:42:07 +00:00
go.sum Bump golang.org/x/text from 0.3.7 to 0.3.8 2023-03-07 04:42:07 +00: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>