From 2fbebfefe94bfefe2d669a182e2fc17262073a51 Mon Sep 17 00:00:00 2001 From: Elad Pticha Date: Wed, 13 Nov 2024 09:46:43 -0700 Subject: [PATCH] chore: added website link to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 88a510a..b23a30e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ## Overview The **GitOps Security Champion** repository provides a set of best practices, guidelines, and tools designed to help security engineers and DevOps teams implement secure GitOps workflows. With GitOps becoming a standard for managing infrastructure and application deployments, securing these processes is essential to mitigate security risks. This repository provides foundational practices to secure GitOps environments, covering everything from access control to software provenance verification. +Explore the complete [GitOps Security Champion](https://docs.cimon.build/GitOpsSecurityChampion/). + ## Project Structure The repository is structured around individual best practices, each in its own folder. A central README offers an overview of all recommendations, while each practice has a dedicated README with detailed guidance. This structure makes it easy for users to navigate and implement the practices that best suit their needs.