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 number for the log level verbosity
SEE ALSO
- nctl - nctl is the command line interface for Nirmata
- nctl scan compliance - Run a compliance scan against a Kubernetes cluster
- nctl scan dockerfile - scan dockerfile resources
- nctl scan github-actions - Scan GitHub Actions workflow files for security vulnerabilities
- nctl scan helm - scan helm-charts
- nctl scan json - scan json resources
- nctl scan kubernetes - scan kubernetes resources
- nctl scan prompt - [Experimental] scan LLM prompts
- nctl scan repository - scan files in a git repository
- nctl scan skills - [Experimental] scan agent skills
- nctl scan terraform - scan terraform resources