Usage:

  $ snyk iac [command] [options] <path>

Find security issues in your Infrastructure as Code files (currently we support Kubernetes files only).

Commands:

  test ............... Test for any known issue.

Options:

  -h, --help
  --json .................................. Return results in JSON format.
  --severity-threshold=<low|medium|high>... Only report issues of provided level or higher.

Examples:

  $ snyk iac test /path/to/Kubernetes.yaml


For more information see https://support.snyk.io/hc/en-us/categories/360001342678-Infrastructure-as-code
