Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docker/sbom-cli-plugin
Plugin for Docker CLI to support SBOM creation using Syft
https://github.com/docker/sbom-cli-plugin
Last synced: 6 days ago
JSON representation
Plugin for Docker CLI to support SBOM creation using Syft
- Host: GitHub
- URL: https://github.com/docker/sbom-cli-plugin
- Owner: docker
- License: apache-2.0
- Created: 2022-01-31T17:49:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T22:48:52.000Z (2 months ago)
- Last Synced: 2025-02-08T18:08:55.634Z (13 days ago)
- Language: Go
- Homepage:
- Size: 218 KB
- Stars: 155
- Watchers: 14
- Forks: 15
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```