From 4079c5c3cde35f567809816b514c87df6d89dace Mon Sep 17 00:00:00 2001 From: Shria Halkoda Date: Thu, 26 Feb 2026 20:26:38 -0600 Subject: [PATCH] feat(compliance): map organization_repository_deletion_limited to CIS 1.2.3 Add check mapping for CIS GitHub 1.2.3 control to ensure only trusted users can delete repositories. --- prowler/compliance/github/cis_1.0_github.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/prowler/compliance/github/cis_1.0_github.json b/prowler/compliance/github/cis_1.0_github.json index e675470169..e9dbccc7f6 100644 --- a/prowler/compliance/github/cis_1.0_github.json +++ b/prowler/compliance/github/cis_1.0_github.json @@ -499,7 +499,9 @@ { "Id": "1.2.3", "Description": "Ensure only a limited number of trusted users can delete repositories.", - "Checks": [], + "Checks": [ + "organization_repository_deletion_limited" + ], "Attributes": [ { "Section": "1 Source Code",