Usage:

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

Find security issues in your Infrastructure as Code files.

Commands:

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

Options:

  -h, --help
  --json .................................. Return results in JSON format.
  --project-name=<string> ................. Specify a custom Snyk project name.
  --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
