Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.57 KB

File metadata and controls

55 lines (41 loc) · 1.57 KB
title harbor vulnerability list
weight 90

harbor vulnerability list

Description

List vulnerabilities in Security Hub

Synopsis

List vulnerabilities from Harbor Security Hub

harbor vulnerability list [flags]

Examples

  harbor vulnerability list

Options

      --all                   Show all vulnerabilities (up to 1000)
      --cve-id string         Filter by exact CVE ID
      --cvss-score string     Filter by CVSS v3 score range (e.g. 7.0~10.0) or exact score (e.g. 7.0)
      --digest string         Filter by exact artifact digest
      --exclude string        Exclude vulnerabilities using a ',' separated query string (e.g., k=v or k=[min~max])
      --fixable               Only show fixable vulnerabilities
  -h, --help                  help for list
      --package string        Filter by exact package name
      --page int              Page number (default 1)
      --page-size int         Size of per page (default 10)
      --project-name string   Filter by exact project name
      --repository string     Filter by exact repository name
      --severity string       Filter by severity level
      --tag string            Filter by exact artifact tag

Options inherited from parent commands

  -c, --config string          config file (default is $HOME/.config/harbor-cli/config.yaml)
  -o, --output-format string   Output format. One of: json|yaml
  -v, --verbose                verbose output

SEE ALSO