nctl scan helm

nctl scan helm

scan helm-charts

nctl scan helm [flags]

Options

      --audit-as-warn            Report violations from policies in audit mode as warnings instead of failures
      --details                  Show result details for violating resources
  -e, --exception strings        Policy exception to be considered when evaluating policies against resources
      --file string              Output file
  -h, --help                     help for helm
      --insecure                 allow connection to an address with a self-signed or non-verifiable certificate (not recommended)
      --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)
  -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
      --publish                  Publish reports
      --publish-token string     scan reports publish token
      --report-sourceid string   Add source id for report created for local scan
  -r, --resources strings        Path to resource files (local path, github URL)
      --scan-report string       Output scan report file (in JSON format)
      --token string             Nirmata API Login Key (env NIRMATA_TOKEN)
      --url string               Nirmata server base URL (env NIRMATA_URL)
      --values string            File containing values for policy variables
      --values-file strings      Path to values files

Options inherited from parent commands

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

SEE ALSO