# sbom-cli-plugin **Repository Path**: mirrors_docker/sbom-cli-plugin ## Basic Information - **Project Name**: sbom-cli-plugin - **Description**: Plugin for Docker CLI to support SBOM creation using Syft - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-18 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```