diff options
author | github-openapi-bot <security+github-openapi-bot@github.com> | 2025-04-01 04:09:49 -0700 |
---|---|---|
committer | github-openapi-bot <security+github-openapi-bot@github.com> | 2025-04-01 04:09:49 -0700 |
commit | e3ea9eaf4049eaee73444af07a366b80cfc08f01 (patch) | |
tree | bc6f7758a6d63eeb0e5e22e8c3811ef2fea0307d /descriptions/api.github.com | |
parent | 7ef76f8a5d8a0645e8b78a367648350624c0ef5f (diff) | |
download | rest-api-description-e3ea9eaf4049eaee73444af07a366b80cfc08f01.tar.gz rest-api-description-e3ea9eaf4049eaee73444af07a366b80cfc08f01.zip |
Update OpenAPI 3.0 Descriptions
Diffstat (limited to 'descriptions/api.github.com')
8 files changed, 2054 insertions, 2 deletions
diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index c7afaff87..23fb09614 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -26299,6 +26299,16 @@ } } }, + "code_security": { + "type": "object", + "description": "Use the `status` property to enable or disable GitHub Code Security for this repository.", + "properties": { + "status": { + "type": "string", + "description": "Can be `enabled` or `disabled`." + } + } + }, "secret_scanning": { "type": "object", "description": "Use the `status` property to enable or disable secret scanning for this repository. For more information, see \"[About secret scanning](/code-security/secret-security/about-secret-scanning).\"", @@ -101014,6 +101024,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -108245,7 +108267,8 @@ }, "required": [ "file_patterns", - "minimum_approvals" + "minimum_approvals", + "reviewer" ] }, "repository-rule-pull-request": { diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 8b5e2522e..d42e909bc 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -19111,6 +19111,14 @@ paths: status: type: string description: Can be `enabled` or `disabled`. + code_security: + type: object + description: Use the `status` property to enable or disable + GitHub Code Security for this repository. + properties: + status: + type: string + description: Can be `enabled` or `disabled`. secret_scanning: type: object description: Use the `status` property to enable or disable @@ -73581,6 +73589,14 @@ components: enum: - enabled - disabled + code_security: + type: object + properties: + status: + type: string + enum: + - enabled + - disabled dependabot_security_updates: description: Enable or disable Dependabot security updates for the repository. type: object @@ -79427,6 +79443,7 @@ components: required: - file_patterns - minimum_approvals + - reviewer repository-rule-pull-request: title: pull_request description: Require all commits be made to a non-target branch and submitted diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index c7afaff87..23fb09614 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -26299,6 +26299,16 @@ } } }, + "code_security": { + "type": "object", + "description": "Use the `status` property to enable or disable GitHub Code Security for this repository.", + "properties": { + "status": { + "type": "string", + "description": "Can be `enabled` or `disabled`." + } + } + }, "secret_scanning": { "type": "object", "description": "Use the `status` property to enable or disable secret scanning for this repository. For more information, see \"[About secret scanning](/code-security/secret-security/about-secret-scanning).\"", @@ -101014,6 +101024,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -108245,7 +108267,8 @@ }, "required": [ "file_patterns", - "minimum_approvals" + "minimum_approvals", + "reviewer" ] }, "repository-rule-pull-request": { diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 8b5e2522e..d42e909bc 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -19111,6 +19111,14 @@ paths: status: type: string description: Can be `enabled` or `disabled`. + code_security: + type: object + description: Use the `status` property to enable or disable + GitHub Code Security for this repository. + properties: + status: + type: string + description: Can be `enabled` or `disabled`. secret_scanning: type: object description: Use the `status` property to enable or disable @@ -73581,6 +73589,14 @@ components: enum: - enabled - disabled + code_security: + type: object + properties: + status: + type: string + enum: + - enabled + - disabled dependabot_security_updates: description: Enable or disable Dependabot security updates for the repository. type: object @@ -79427,6 +79443,7 @@ components: required: - file_patterns - minimum_approvals + - reviewer repository-rule-pull-request: title: pull_request description: Require all commits be made to a non-target branch and submitted diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 61bc3f6fe..4a3ea895e 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -47815,6 +47815,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -48934,6 +48946,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -57028,6 +57052,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -62452,6 +62488,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -63970,6 +64018,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -71376,6 +71436,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -74156,6 +74228,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -80141,6 +80225,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -81283,6 +81379,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -96449,6 +96557,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -98437,6 +98557,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -105258,6 +105390,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -108479,6 +108623,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -109526,6 +109682,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -112548,6 +112716,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -114517,6 +114697,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -119320,6 +119512,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -122714,6 +122918,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -148208,6 +148424,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -158567,6 +158795,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -159408,6 +159648,16 @@ } } }, + "code_security": { + "type": "object", + "description": "Use the `status` property to enable or disable GitHub Code Security for this repository.", + "properties": { + "status": { + "type": "string", + "description": "Can be `enabled` or `disabled`." + } + } + }, "secret_scanning": { "type": "object", "description": "Use the `status` property to enable or disable secret scanning for this repository. For more information, see \"[About secret scanning](/code-security/secret-security/about-secret-scanning).\"", @@ -162525,6 +162775,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -171122,6 +171384,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -171784,6 +172058,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -173382,6 +173668,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -174044,6 +174342,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -176376,6 +176686,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -177038,6 +177360,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -183371,6 +183705,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -184033,6 +184379,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -213756,6 +214114,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -215342,6 +215712,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -216557,6 +216939,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -218013,6 +218407,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -230903,6 +231309,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -232632,6 +233050,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -233999,6 +234429,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -237330,6 +237772,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -249562,6 +250016,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -250698,6 +251164,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -273525,6 +274003,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -276852,6 +277342,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -287966,6 +288468,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -289156,6 +289670,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -357574,6 +358100,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -381880,6 +382418,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -383247,6 +383797,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -433100,6 +433662,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -438650,6 +439224,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -442230,6 +442816,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -443490,6 +444088,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -444436,6 +445046,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -445774,6 +446396,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -459527,6 +460161,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -464075,6 +464721,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -465997,6 +466655,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -467364,6 +468034,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -469122,6 +469804,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -470920,6 +471614,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -472459,6 +473165,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -477166,6 +477884,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -479180,6 +479910,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -480799,6 +481541,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -482192,6 +482946,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -498264,6 +499030,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -499548,6 +500326,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -500534,6 +501324,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -506676,6 +507478,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -508166,6 +508980,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -513199,6 +514025,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -516645,6 +517483,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -529415,6 +530265,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -530462,6 +531324,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -538849,6 +539723,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -541884,6 +542770,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -552430,6 +553328,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -556429,6 +557339,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -560428,6 +561350,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -564440,6 +565374,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -1089870,6 +1090816,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -1093043,6 +1094001,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 4502269ad..0700c6f40 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -14478,6 +14478,14 @@ paths: enum: - enabled - disabled + code_security: + type: object + properties: + status: + type: string + enum: + - enabled + - disabled dependabot_security_updates: description: Enable or disable Dependabot security updates for the repository. @@ -42304,6 +42312,14 @@ paths: status: type: string description: Can be `enabled` or `disabled`. + code_security: + type: object + description: Use the `status` property to enable or disable + GitHub Code Security for this repository. + properties: + status: + type: string + description: Can be `enabled` or `disabled`. secret_scanning: type: object description: Use the `status` property to enable or disable diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 61bc3f6fe..4a3ea895e 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -47815,6 +47815,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -48934,6 +48946,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -57028,6 +57052,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -62452,6 +62488,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -63970,6 +64018,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -71376,6 +71436,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -74156,6 +74228,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -80141,6 +80225,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -81283,6 +81379,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -96449,6 +96557,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -98437,6 +98557,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -105258,6 +105390,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -108479,6 +108623,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -109526,6 +109682,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -112548,6 +112716,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -114517,6 +114697,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -119320,6 +119512,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -122714,6 +122918,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -148208,6 +148424,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -158567,6 +158795,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -159408,6 +159648,16 @@ } } }, + "code_security": { + "type": "object", + "description": "Use the `status` property to enable or disable GitHub Code Security for this repository.", + "properties": { + "status": { + "type": "string", + "description": "Can be `enabled` or `disabled`." + } + } + }, "secret_scanning": { "type": "object", "description": "Use the `status` property to enable or disable secret scanning for this repository. For more information, see \"[About secret scanning](/code-security/secret-security/about-secret-scanning).\"", @@ -162525,6 +162775,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -171122,6 +171384,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -171784,6 +172058,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -173382,6 +173668,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -174044,6 +174342,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -176376,6 +176686,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -177038,6 +177360,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -183371,6 +183705,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -184033,6 +184379,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -213756,6 +214114,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -215342,6 +215712,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -216557,6 +216939,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -218013,6 +218407,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -230903,6 +231309,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -232632,6 +233050,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -233999,6 +234429,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -237330,6 +237772,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -249562,6 +250016,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -250698,6 +251164,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -273525,6 +274003,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -276852,6 +277342,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -287966,6 +288468,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -289156,6 +289670,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -357574,6 +358100,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -381880,6 +382418,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -383247,6 +383797,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -433100,6 +433662,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -438650,6 +439224,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -442230,6 +442816,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -443490,6 +444088,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -444436,6 +445046,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -445774,6 +446396,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -459527,6 +460161,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -464075,6 +464721,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -465997,6 +466655,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -467364,6 +468034,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -469122,6 +469804,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -470920,6 +471614,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -472459,6 +473165,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -477166,6 +477884,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -479180,6 +479910,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -480799,6 +481541,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -482192,6 +482946,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -498264,6 +499030,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -499548,6 +500326,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -500534,6 +501324,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -506676,6 +507478,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -508166,6 +508980,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -513199,6 +514025,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -516645,6 +517483,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -529415,6 +530265,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -530462,6 +531324,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -538849,6 +539723,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -541884,6 +542770,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -552430,6 +553328,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -556429,6 +557339,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -560428,6 +561350,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -564440,6 +565374,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -1089870,6 +1090816,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -1093043,6 +1094001,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 4502269ad..0700c6f40 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -14478,6 +14478,14 @@ paths: enum: - enabled - disabled + code_security: + type: object + properties: + status: + type: string + enum: + - enabled + - disabled dependabot_security_updates: description: Enable or disable Dependabot security updates for the repository. @@ -42304,6 +42312,14 @@ paths: status: type: string description: Can be `enabled` or `disabled`. + code_security: + type: object + description: Use the `status` property to enable or disable + GitHub Code Security for this repository. + properties: + status: + type: string + description: Can be `enabled` or `disabled`. secret_scanning: type: object description: Use the `status` property to enable or disable |