From f13d199b8d299dec8b0b7bd872ac46cb9f9d6014 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 01:41:29 -0500 Subject: [PATCH] add Kyverno project --- src/data/projects.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..bd33caae 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1458,4 +1458,12 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file + { + name: "Kyverno", + imageSrc: "https://avatars.githubusercontent.com/u/68448710?s=200&v=4", + projectLink: "https://github.com/kyverno/kyverno/contribute", + description: + "Kyverno is a policy engine designed for Kubernetes, helping teams validate, mutate, generate, and clean up cluster resources.", + tags: ["Go", "Kubernetes", "Policy", "Cloud Native", "Good First Issue"], + }, +];