GitHub - docker/index-cli-plugin (original) (raw)

Note: This repository is not an officially supported Docker project.

docker index Docker CLI tool

Docker CLI tool to create image SBOMs as well as analyze packages for known vulnerabilities using the Atomist data plane.

Installation

You can install manually by following these steps:

Usage

docker-index sbom

To create an SBOM for a local or remote image, run the following command:

$ docker-index sbom --image

docker-index cve

To detect base images for local or remote images, use the following command:

$ docker-index cve --image CVE_ID