From 6d20b11394654528aabae3e2e972fd64f537ca99 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Fri, 19 Jul 2024 12:37:34 +0200 Subject: [PATCH] chore(CODEOWNERS): protect unauthorized changes (#4493) --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1f80a923ed..9da62eef35 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,5 @@ * @prowler-cloud/sdk @prowler-cloud/checks +# To protect a repository fully against unauthorized changes, you also need to define an owner for the CODEOWNERS file itself. +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-and-branch-protection +/.github/ @prowler-cloud/sdk