Files
trivy/docs/docs/references/configuration/cli/trivy_module.md
Teppei Fukuda 57bb77c060 docs: restructure scanners (#3977)
Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
2023-04-17 11:54:31 +03:00

1.1 KiB

trivy module

Manage modules

Options

      --enable-modules strings   [EXPERIMENTAL] module names to enable
  -h, --help                     help for module
      --module-dir string        specify directory to the wasm modules that will be loaded (default "$HOME/.trivy/modules")

Options inherited from parent commands

      --cache-dir string          cache directory (default "/path/to/cache")
  -c, --config string             config path (default "trivy.yaml")
  -d, --debug                     debug mode
      --generate-default-config   write the default config to trivy-default.yaml
      --insecure                  allow insecure server connections
  -q, --quiet                     suppress progress bar and log output
      --timeout duration          timeout (default 5m0s)
  -v, --version                   show version

SEE ALSO