diff options
Diffstat (limited to 'descriptions/api.github.com/api.github.com.yaml')
-rw-r--r-- | descriptions/api.github.com/api.github.com.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
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 |