Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Plugin for Docker CLI to support SBOM creation using Syft

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
```