Sysdig Platform CLI - Scanning

This section explains concepts and notations in the set of the Scanning commands provided.

Usage

The Scanning section is a bit more complex, and allows the user to perform multiple operations, like alerting based on scanning results, define policies, query results, export cve reports, and so on. The full list of subcommands for the scanning section is the following:

$ sdc-cli scanning --help
Usage: sdc-cli scanning [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  alert          Alert operations
  cve-report     Get a CVE report
  image          Image operations
  policy         Policy operations
  query          Query operations
  registry       Registry operations
  repo           Repository operations
  runtime        Runtime operations
  subscription   Subscription operations
  vulnerability  Vulnerability operations

Usage: Alert

For more information about how to work with scanning alerts, check sdc-cli scanning alert (WIP)

Usage: CVE Reports

For more information about how to work with CVE repots, check sdc-cli scanning cve-report (WIP)

Usage: Images

For more information about how to work with image scanning, check sdc-cli scanning image (WIP)

Usage: Policy

For more information about how to work with scanning policies, check sdc-cli scanning policy (WIP)

Usage: Query

For more information about how to work with scanning queries, check sdc-cli scanning query (WIP)

Usage: Registry

For more information about how to work with image registries, check sdc-cli scanning registry (WIP)

Usage: Repository

For more information about how to work with image repositories, check sdc-cli scanning repo (WIP)

Usage: Runtime

For more information about how to work with runtime scanning results, check sdc-cli scanning runtime

Usage: Subscription

For more information about how to work with vulnerability subscriptions, check sdc-cli scanning subscription (WIP)

Usage: Vulnerability

For more information about how to work with vulnerabilities and vulnerability exceptions, check sdc-cli scanning vulnerability