plugins/enforce/skills/kyverno-policy-templates/SKILL.md
Kyverno policy templates overview. 28 production-ready policies for pod security, image validation, resource limits, network security, mutation, and generation.
npx skillsauth add adaptive-enforcement-lab/claude-skills kyverno-policy-templatesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Start with Audit Mode
Deploy in
auditmode first. Existing workloads may violate these policies. Monitor violations for 48 hours, fix non-compliant resources, then switch toenforce.
Production-ready Kyverno policies for Kubernetes admission control. 28 policies covering validation, mutation, and generation patterns. Each template includes complete configuration, customization options, validation commands, and real-world use cases.
All templates follow the same deployment pattern:
See examples.md for detailed code examples.
documentation
Workload Identity Federation implementation guide. GKE setup, IAM bindings, ServiceAccount configuration, migration from service account keys, and troubleshooting patterns.
development
Secure GitHub Actions trigger patterns for pull requests, forks, and reusable workflows. Preventing privilege escalation and code injection through trigger misconfiguration.
development
Structured framework for evaluating GitHub Actions security before adoption. Trust tiers, risk assessment checklist, and decision tree for action evaluation.
testing
Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, and automated rotation patterns.