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
- nctl - nctl is the command line interface for Nirmata
- nctl scan dockerfile - scan dockerfile resources
- nctl scan helm - scan helm-charts
- nctl scan json - scan json resources
- nctl scan kubernetes - scan kubernetes resources
- nctl scan repository - scan files in a git repository
- nctl scan terraform - scan terraform resources