This repository demonstrates how Qodo PR Agent can automatically review Infrastructure as Code (IaC) changes, catching security issues, best practice violations, and potential problems before they reach production.
git checkout -b update-k8s-deployment
cp examples-with-issues/problematic-k8s.yaml kubernetes/new-app.yaml
git add kubernetes/new-app.yaml
git commit -m "Deploy new application"
git push origin update-k8s-deployment