diff --git a/assets/images/enterprise/security/enterprise-security-and-analysis-disable-or-enable-all-with-validity-checks.png b/assets/images/enterprise/security/enterprise-security-and-analysis-disable-or-enable-all-with-validity-checks.png deleted file mode 100644 index 9f4a5a2092..0000000000 Binary files a/assets/images/enterprise/security/enterprise-security-and-analysis-disable-or-enable-all-with-validity-checks.png and /dev/null differ diff --git a/assets/images/enterprise/security/enterprise-security-and-analysis-disable-or-enable-all-without-validity-check.png b/assets/images/enterprise/security/enterprise-security-and-analysis-disable-or-enable-all-without-validity-check.png deleted file mode 100644 index 98d84f06f4..0000000000 Binary files a/assets/images/enterprise/security/enterprise-security-and-analysis-disable-or-enable-all-without-validity-check.png and /dev/null differ diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 194414653c..cc5fed1bcf 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "2a29b70c717f70a4afa122ed166a6a885a1d7d77" + "sha": "38baa7aebf29fe927aac6aa0ae769b7a8d3204ca" } \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index 90c1c75a6a..c29488e5a5 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -362004,8 +362004,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -363247,8 +363246,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -364533,8 +364531,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -365888,8 +365885,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -367136,8 +367132,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -368423,8 +368418,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -490413,8 +490407,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -491665,8 +491658,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -492767,8 +492759,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -494133,8 +494124,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -495390,8 +495380,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -496493,8 +496482,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index b0274d5fd3..2913ef4285 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -379877,7 +379877,7 @@ } ], "previews": [], - "descriptionHTML": "

Creates a custom organization role that can be assigned to users and teams, granting them specific permissions over the organization. For more information on custom organization roles, see \"Managing people's access to your organization with roles.\"

\n

To use this endpoint, the authenticated user must be one of:

\n\n

OAuth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

", + "descriptionHTML": "

Creates a custom organization role that can be assigned to users and teams, granting them specific\npermissions over the organization and optionally across all repositories in the organization. For\nmore information on custom organization roles, see \"Managing people's access to your organization with roles.\"

\n

To include repository permissions in an organization role, you must also include the base_role\nfield, which is one of read, write, triage, maintain, or admin (or none if no base role is set). This base role provides a set of\nfine-grained permissions as well as implicit permissions - those that aren't exposed as fine-grained permissions\nand can only be granted through the base role (like \"reading a repo\"). If you include repository permissions, those\npermissions apply across all of the repositories in the organization. You do not have to include organization permissions\nin order to add repository permissions.

\n

See \"List repository permissions\" for valid repository permissions.

\n

To use this endpoint, the authenticated user must be one of:

\n\n

OAuth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "201", @@ -380992,7 +380992,7 @@ } ], "previews": [], - "descriptionHTML": "

Updates an existing custom organization role. Permission changes will apply to all assignees. For more information on custom organization roles, see \"Managing people's access to your organization with roles.\"

\n

To use this endpoint, the authenticated user must be one of:

\n\n

OAuth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

", + "descriptionHTML": "

Updates an existing custom organization role. Permission changes will apply to all assignees. For more information on custom organization roles, see \"Managing people's access to your organization with roles.\"

\n

If the update would add repository permissions, the base_role must also be set to a value besides none, either\npreviously or as part of the update.\nIf the update sets the base_role field to none, you must also remove all of the repository\npermissions as well, otherwise the update will fail.

\n

To use this endpoint, the authenticated user must be one of:

\n\n

OAuth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "200", @@ -386221,8 +386221,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -387464,8 +387463,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -388750,8 +388748,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -390105,8 +390102,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -391353,8 +391349,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -392640,8 +392635,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -515025,8 +515019,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -516277,8 +516270,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -517379,8 +517371,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -518745,8 +518736,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -520002,8 +519992,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -521105,8 +521094,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, diff --git a/src/rest/data/ghes-3.14-2022-11-28/schema.json b/src/rest/data/ghes-3.14-2022-11-28/schema.json index 54c71d5d31..aacb145305 100644 --- a/src/rest/data/ghes-3.14-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.14-2022-11-28/schema.json @@ -329803,7 +329803,7 @@ } ], "previews": [], - "descriptionHTML": "

Creates a custom organization role that can be assigned to users and teams, granting them specific permissions over the organization. For more information on custom organization roles, see \"Managing people's access to your organization with roles.\"

\n

To use this endpoint, the authenticated user must be one of:

\n\n

OAuth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

", + "descriptionHTML": "

Creates a custom organization role that can be assigned to users and teams, granting them specific\npermissions over the organization and optionally across all repositories in the organization. For\nmore information on custom organization roles, see \"Managing people's access to your organization with roles.\"

\n

To use this endpoint, the authenticated user must be one of:

\n\n

OAuth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "201", @@ -336079,8 +336079,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -337245,8 +337244,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -338454,8 +338452,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -339732,8 +339729,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -340903,8 +340899,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -342113,8 +342108,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -462663,8 +462657,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -463838,8 +463831,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -464863,8 +464855,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -466152,8 +466143,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, @@ -467332,8 +467322,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -468358,8 +468347,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ], "description": "The type of actor that can bypass a ruleset.\n" }, diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index 1c3d1d60ae..e361d989a6 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -47,5 +47,5 @@ ] } }, - "sha": "2a29b70c717f70a4afa122ed166a6a885a1d7d77" + "sha": "38baa7aebf29fe927aac6aa0ae769b7a8d3204ca" } \ No newline at end of file diff --git a/src/webhooks/data/fpt/schema.json b/src/webhooks/data/fpt/schema.json index 97d4656d43..dc40b3bd1a 100644 --- a/src/webhooks/data/fpt/schema.json +++ b/src/webhooks/data/fpt/schema.json @@ -203349,8 +203349,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -204443,8 +204442,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -205537,8 +205535,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { diff --git a/src/webhooks/data/ghec/schema.json b/src/webhooks/data/ghec/schema.json index c7460a3381..7667161504 100644 --- a/src/webhooks/data/ghec/schema.json +++ b/src/webhooks/data/ghec/schema.json @@ -205683,8 +205683,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -206777,8 +206776,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -207871,8 +207869,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { diff --git a/src/webhooks/data/ghes-3.14/schema.json b/src/webhooks/data/ghes-3.14/schema.json index a27e3ff28c..bb8da8f1a0 100644 --- a/src/webhooks/data/ghes-3.14/schema.json +++ b/src/webhooks/data/ghes-3.14/schema.json @@ -191433,8 +191433,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -192450,8 +192449,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { @@ -193467,8 +193465,7 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey", - "EnterpriseTeam" + "DeployKey" ] }, { diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index bbb50b14d9..efdbf5d8b3 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "2a29b70c717f70a4afa122ed166a6a885a1d7d77" + "sha": "38baa7aebf29fe927aac6aa0ae769b7a8d3204ca" } \ No newline at end of file