nctl scan

nctl scan

Scan resources

Examples


  # Scan a Kubernetes cluster and analyze and publish the scan results
  nctl scan kubernetes --cluster --analyze --publish

  # Scan Kubernetes manifests, Dockerfiles, and Terraform code in a repository
  nctl scan repository https://github.com/nirmata/demo-resources

  # Scan the current directory
  nctl scan repository 

Options

  -h, --help   help for scan

Options inherited from parent commands

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

SEE ALSO