Skip to content

Commit c4c05ab

Browse files
committed
update t0-all-repo-admin-role.json
1 parent 312c881 commit c4c05ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extension/privilege_zone_rules/t0-all-repo-admin-role.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "GitHub: Tier Zero All-Repo Admin Role",
33
"description": "The synthetic all_repo_admin role grants admin access to every repository in the organization. This role is inherited by the owners role via GH_HasBaseRole and cascades admin permissions including branch protection editing, secret access, and deploy key management to all repositories.",
4-
"cypher": "MATCH (n:GH_OrgRole)\nWHERE n.name ENDS\nWITH '/all_repo_admin'\nRETURN n",
4+
"cypher": "MATCH (n:GH_OrgRole)\nWHERE n.name CONTAINS 'ALL_REPO_ADMIN'\nRETURN n",
55
"enabled": true,
66
"zone": "Tier Zero",
77
"allow_disable": true

0 commit comments

Comments
 (0)