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