Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.23 KB

File metadata and controls

36 lines (24 loc) · 1.23 KB

wolfictl advisory discover

Automatically create advisories by matching distro packages to vulnerabilities in NVD

Usage

wolfictl advisory discover [flags]

Synopsis

Automatically create advisories by matching distro packages to vulnerabilities in NVD

Options

  -a, --advisories-repo-dir string   directory containing the advisories repository
  -d, --distro-repo-dir string       directory containing the distro repository
  -h, --help                         help for discover
      --no-distro-detection          do not attempt to auto-detect the distro
      --nvd-api-key string           NVD API key (Can also be set via the environment variable 'WOLFICTL_NVD_API_KEY'. Using an API key significantly increases the rate limit for API requests. If you need an NVD API key, go to https://nvd.nist.gov/developers/request-an-api-key.)
  -p, --package string               package name
  -r, --package-repo-url string      URL of the APK package repository

Options inherited from parent commands

      --log-level string   log level (e.g. debug, info, warn, error) (default "WARN")

SEE ALSO