index-cli-plugin

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

README

docker index Docker CLI plugin

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

Installation

To install, run the following command in your terminal:

$ curl -sSfL https://raw.githubusercontent.com/docker/index-cli-plugin/main/install.sh | sh -s --

Alternatively, you can install manually by following these steps:

  • Download the plugin binary from the release page
  • Unzip the archive
  • Copy/move the binary into $HOME/.docker/cli-plugins

Usage

docker index sbom

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

$ docker index sbom --image <IMAGE> 

<IMAGE> can either be a local image id or fully qualified image name from a remote registry.

--output <OUTPUT FILE> allows to store the generated SBOM in a local file.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package internal contains all build time metadata (version, build time, git commit, etc).
Package internal contains all build time metadata (version, build time, git commit, etc).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL