Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 759 Bytes

insight_source_vulnerabilities.md

File metadata and controls

30 lines (20 loc) · 759 Bytes

Insight source vulnerabilities

Get source vulnerabilities.

Synopsis

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

insight source vulnerabilities [--commit <commit-hash>] [--repo <repo-url>] [--format <format>] [flags]

Examples

insight sources vulnerabilities --commit eb55fc13

Options

  -c, --commit string   commit's hash
  -f, --format string   output format which can be in 'json' or 'text'. If not present, defaults to text. (default "text")
  -h, --help            help for vulnerabilities
  -r, --repo string     source repository url

See also