tanzu insight source vulnerabilities

This topic tells you how to use the Tanzu Insight CLI tanzu insight source vulnerabilities command to get the source vulnerabilities.

Synopsis

Get source vulnerabilities. You can specify either commit or repo.

tanzu insight source vulnerabilities [--commit <commit-hash>] [--repo <repository-name>] [flags]

Examples

insight sources vulnerabilities --commit eb55fc13 --repo example-repo
  insight sources vulnerabilities --commit eb55fc13 --repo example-repo --output-format api-json

Options

  -c, --commit string          commit hash
  -h, --help                   help for vulnerabilities
      --output-format string   specify the response's SBOM report format and file type format, options=[text, api-json] (default: text)
  -r, --repo string            repository name

See also

check-circle-line exclamation-circle-line close-line
Scroll to top icon