-
-
Notifications
You must be signed in to change notification settings - Fork 0
Requirements
Angel Campos edited this page Aug 17, 2024
·
2 revisions
These tools are necessary to fully utilize this skeleton package.
- kustomize (required)
- kubeconform (Only required if you will validate kubernetes resources with this tool)
- make (Only required if you run make commands)
- python3 (Only required if you run lint over YAML files)
- trivy (Only required if you run security scans over your IaC generated resources)
- yamlfmt (Only required if you run format over YAML files)
- yamllint (Only required if you run lint over YAML files)