nctl scan aws eks

nctl scan aws eks

scan eks cluster (experimental)

nctl scan aws eks [flags]

Options

      --audit-as-warn         Report violations from policies in audit mode as warnings instead of failures
      --cluster               Scan resources in a cluster (default value false)
      --details               Show result details for violating resources
      --eks-config string     Path to the config YAML file with name and region on eks cluster (experimental)
      --file string           Output file
  -h, --help                  help for eks
      --kube-context string   the kube context from configured kubeconfig. Default is the current or sole context
      --kubeconfig string     kubeconfig path (defaults to $HOME/.kube/kubeconfig)
  -n, --namespace strings     Namespace of the resources to scan
  -o, --output string         Output format (text, sarif, json, yaml) (default "text")
  -p, --policies strings      Path to policy files (local path, github URL, helm URL)
      --policy-sets strings   Comma-separated policy set names (pss-baseline, pss-restricted, rbac-best-practices)
      --policy-view           Use with --details to reverse the view from resource->policy to policy->resource
  -r, --resources strings     Path to resource files (local path, github URL)
      --values-file string    File containing values for policy variables

Options inherited from parent commands

  -v, --v Level   log level for V logs

SEE ALSO