mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
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.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user