Skip to content

Commit 12b6a69

Browse files
Update OpenAPI 3.1 Descriptions
1 parent bd60977 commit 12b6a69

32 files changed

+4874
-64
lines changed

descriptions-next/api.github.com/api.github.com.2022-11-28.json

+56
Original file line numberDiff line numberDiff line change
@@ -8649,6 +8649,16 @@
86498649
],
86508650
"default": "disabled"
86518651
},
8652+
"secret_scanning_validity_checks": {
8653+
"type": "string",
8654+
"description": "The enablement status of secret scanning validity checks",
8655+
"enum": [
8656+
"enabled",
8657+
"disabled",
8658+
"not_set"
8659+
],
8660+
"default": "disabled"
8661+
},
86528662
"private_vulnerability_reporting": {
86538663
"type": "string",
86548664
"description": "The enablement status of private vulnerability reporting",
@@ -8908,6 +8918,15 @@
89088918
"not_set"
89098919
]
89108920
},
8921+
"secret_scanning_validity_checks": {
8922+
"type": "string",
8923+
"description": "The enablement status of secret scanning validity checks",
8924+
"enum": [
8925+
"enabled",
8926+
"disabled",
8927+
"not_set"
8928+
]
8929+
},
89118930
"private_vulnerability_reporting": {
89128931
"type": "string",
89138932
"description": "The enablement status of private vulnerability reporting",
@@ -22277,6 +22296,16 @@
2227722296
"description": "Can be `enabled` or `disabled`."
2227822297
}
2227922298
}
22299+
},
22300+
"secret_scanning_non_provider_patterns": {
22301+
"type": "object",
22302+
"description": "Use the `status` property to enable or disable secret scanning non-provider patterns for this repository. For more information, see \"[Secret scanning supported secrets](/code-security/secret-scanning/secret-scanning-patterns#supported-secrets).\"",
22303+
"properties": {
22304+
"status": {
22305+
"type": "string",
22306+
"description": "Can be `enabled` or `disabled`."
22307+
}
22308+
}
2228022309
}
2228122310
}
2228222311
},
@@ -96321,6 +96350,18 @@
9632196350
]
9632296351
}
9632396352
}
96353+
},
96354+
"secret_scanning_non_provider_patterns": {
96355+
"type": "object",
96356+
"properties": {
96357+
"status": {
96358+
"type": "string",
96359+
"enum": [
96360+
"enabled",
96361+
"disabled"
96362+
]
96363+
}
96364+
}
9632496365
}
9632596366
}
9632696367
},
@@ -98353,6 +98394,15 @@
9835398394
"not_set"
9835498395
]
9835598396
},
98397+
"secret_scanning_validity_checks": {
98398+
"type": "string",
98399+
"description": "The enablement status of secret scanning validity checks",
98400+
"enum": [
98401+
"enabled",
98402+
"disabled",
98403+
"not_set"
98404+
]
98405+
},
9835698406
"private_vulnerability_reporting": {
9835798407
"type": "string",
9835898408
"description": "The enablement status of private vulnerability reporting",
@@ -274868,6 +274918,9 @@
274868274918
},
274869274919
"secret_scanning_push_protection": {
274870274920
"status": "disabled"
274921+
},
274922+
"secret_scanning_non_provider_patterns": {
274923+
"status": "disabled"
274871274924
}
274872274925
}
274873274926
}
@@ -277857,6 +277910,9 @@
277857277910
},
277858277911
"secret_scanning_push_protection": {
277859277912
"status": "disabled"
277913+
},
277914+
"secret_scanning_non_provider_patterns": {
277915+
"status": "disabled"
277860277916
}
277861277917
}
277862277918
}

descriptions-next/api.github.com/api.github.com.2022-11-28.yaml

+43
Original file line numberDiff line numberDiff line change
@@ -6261,6 +6261,14 @@ paths:
62616261
- disabled
62626262
- not_set
62636263
default: disabled
6264+
secret_scanning_validity_checks:
6265+
type: string
6266+
description: The enablement status of secret scanning validity checks
6267+
enum:
6268+
- enabled
6269+
- disabled
6270+
- not_set
6271+
default: disabled
62646272
private_vulnerability_reporting:
62656273
type: string
62666274
description: The enablement status of private vulnerability reporting
@@ -6455,6 +6463,13 @@ paths:
64556463
- enabled
64566464
- disabled
64576465
- not_set
6466+
secret_scanning_validity_checks:
6467+
type: string
6468+
description: The enablement status of secret scanning validity checks
6469+
enum:
6470+
- enabled
6471+
- disabled
6472+
- not_set
64586473
private_vulnerability_reporting:
64596474
type: string
64606475
description: The enablement status of private vulnerability reporting
@@ -16109,6 +16124,15 @@ paths:
1610916124
status:
1611016125
type: string
1611116126
description: Can be `enabled` or `disabled`.
16127+
secret_scanning_non_provider_patterns:
16128+
type: object
16129+
description: Use the `status` property to enable or disable
16130+
secret scanning non-provider patterns for this repository.
16131+
For more information, see "[Secret scanning supported secrets](/code-security/secret-scanning/secret-scanning-patterns#supported-secrets)."
16132+
properties:
16133+
status:
16134+
type: string
16135+
description: Can be `enabled` or `disabled`.
1611216136
has_issues:
1611316137
type: boolean
1611416138
description: Either `true` to enable issues for this repository
@@ -69521,6 +69545,14 @@ components:
6952169545
enum:
6952269546
- enabled
6952369547
- disabled
69548+
secret_scanning_non_provider_patterns:
69549+
type: object
69550+
properties:
69551+
status:
69552+
type: string
69553+
enum:
69554+
- enabled
69555+
- disabled
6952469556
minimal-repository:
6952569557
title: Minimal Repository
6952669558
description: Minimal Repository
@@ -71029,6 +71061,13 @@ components:
7102971061
- enabled
7103071062
- disabled
7103171063
- not_set
71064+
secret_scanning_validity_checks:
71065+
type: string
71066+
description: The enablement status of secret scanning validity checks
71067+
enum:
71068+
- enabled
71069+
- disabled
71070+
- not_set
7103271071
private_vulnerability_reporting:
7103371072
type: string
7103471073
description: The enablement status of private vulnerability reporting
@@ -203125,6 +203164,8 @@ components:
203125203164
status: enabled
203126203165
secret_scanning_push_protection:
203127203166
status: disabled
203167+
secret_scanning_non_provider_patterns:
203168+
status: disabled
203128203169
organization-fine-grained-permission-example:
203129203170
value:
203130203171
- name: read_organization_custom_org_role
@@ -205741,6 +205782,8 @@ components:
205741205782
status: enabled
205742205783
secret_scanning_push_protection:
205743205784
status: disabled
205785+
secret_scanning_non_provider_patterns:
205786+
status: disabled
205744205787
artifact-paginated:
205745205788
value:
205746205789
total_count: 2

descriptions-next/api.github.com/api.github.com.json

+56
Original file line numberDiff line numberDiff line change
@@ -8649,6 +8649,16 @@
86498649
],
86508650
"default": "disabled"
86518651
},
8652+
"secret_scanning_validity_checks": {
8653+
"type": "string",
8654+
"description": "The enablement status of secret scanning validity checks",
8655+
"enum": [
8656+
"enabled",
8657+
"disabled",
8658+
"not_set"
8659+
],
8660+
"default": "disabled"
8661+
},
86528662
"private_vulnerability_reporting": {
86538663
"type": "string",
86548664
"description": "The enablement status of private vulnerability reporting",
@@ -8908,6 +8918,15 @@
89088918
"not_set"
89098919
]
89108920
},
8921+
"secret_scanning_validity_checks": {
8922+
"type": "string",
8923+
"description": "The enablement status of secret scanning validity checks",
8924+
"enum": [
8925+
"enabled",
8926+
"disabled",
8927+
"not_set"
8928+
]
8929+
},
89118930
"private_vulnerability_reporting": {
89128931
"type": "string",
89138932
"description": "The enablement status of private vulnerability reporting",
@@ -22277,6 +22296,16 @@
2227722296
"description": "Can be `enabled` or `disabled`."
2227822297
}
2227922298
}
22299+
},
22300+
"secret_scanning_non_provider_patterns": {
22301+
"type": "object",
22302+
"description": "Use the `status` property to enable or disable secret scanning non-provider patterns for this repository. For more information, see \"[Secret scanning supported secrets](/code-security/secret-scanning/secret-scanning-patterns#supported-secrets).\"",
22303+
"properties": {
22304+
"status": {
22305+
"type": "string",
22306+
"description": "Can be `enabled` or `disabled`."
22307+
}
22308+
}
2228022309
}
2228122310
}
2228222311
},
@@ -96321,6 +96350,18 @@
9632196350
]
9632296351
}
9632396352
}
96353+
},
96354+
"secret_scanning_non_provider_patterns": {
96355+
"type": "object",
96356+
"properties": {
96357+
"status": {
96358+
"type": "string",
96359+
"enum": [
96360+
"enabled",
96361+
"disabled"
96362+
]
96363+
}
96364+
}
9632496365
}
9632596366
}
9632696367
},
@@ -98353,6 +98394,15 @@
9835398394
"not_set"
9835498395
]
9835598396
},
98397+
"secret_scanning_validity_checks": {
98398+
"type": "string",
98399+
"description": "The enablement status of secret scanning validity checks",
98400+
"enum": [
98401+
"enabled",
98402+
"disabled",
98403+
"not_set"
98404+
]
98405+
},
9835698406
"private_vulnerability_reporting": {
9835798407
"type": "string",
9835898408
"description": "The enablement status of private vulnerability reporting",
@@ -274868,6 +274918,9 @@
274868274918
},
274869274919
"secret_scanning_push_protection": {
274870274920
"status": "disabled"
274921+
},
274922+
"secret_scanning_non_provider_patterns": {
274923+
"status": "disabled"
274871274924
}
274872274925
}
274873274926
}
@@ -277857,6 +277910,9 @@
277857277910
},
277858277911
"secret_scanning_push_protection": {
277859277912
"status": "disabled"
277913+
},
277914+
"secret_scanning_non_provider_patterns": {
277915+
"status": "disabled"
277860277916
}
277861277917
}
277862277918
}

descriptions-next/api.github.com/api.github.com.yaml

+43
Original file line numberDiff line numberDiff line change
@@ -6261,6 +6261,14 @@ paths:
62616261
- disabled
62626262
- not_set
62636263
default: disabled
6264+
secret_scanning_validity_checks:
6265+
type: string
6266+
description: The enablement status of secret scanning validity checks
6267+
enum:
6268+
- enabled
6269+
- disabled
6270+
- not_set
6271+
default: disabled
62646272
private_vulnerability_reporting:
62656273
type: string
62666274
description: The enablement status of private vulnerability reporting
@@ -6455,6 +6463,13 @@ paths:
64556463
- enabled
64566464
- disabled
64576465
- not_set
6466+
secret_scanning_validity_checks:
6467+
type: string
6468+
description: The enablement status of secret scanning validity checks
6469+
enum:
6470+
- enabled
6471+
- disabled
6472+
- not_set
64586473
private_vulnerability_reporting:
64596474
type: string
64606475
description: The enablement status of private vulnerability reporting
@@ -16109,6 +16124,15 @@ paths:
1610916124
status:
1611016125
type: string
1611116126
description: Can be `enabled` or `disabled`.
16127+
secret_scanning_non_provider_patterns:
16128+
type: object
16129+
description: Use the `status` property to enable or disable
16130+
secret scanning non-provider patterns for this repository.
16131+
For more information, see "[Secret scanning supported secrets](/code-security/secret-scanning/secret-scanning-patterns#supported-secrets)."
16132+
properties:
16133+
status:
16134+
type: string
16135+
description: Can be `enabled` or `disabled`.
1611216136
has_issues:
1611316137
type: boolean
1611416138
description: Either `true` to enable issues for this repository
@@ -69521,6 +69545,14 @@ components:
6952169545
enum:
6952269546
- enabled
6952369547
- disabled
69548+
secret_scanning_non_provider_patterns:
69549+
type: object
69550+
properties:
69551+
status:
69552+
type: string
69553+
enum:
69554+
- enabled
69555+
- disabled
6952469556
minimal-repository:
6952569557
title: Minimal Repository
6952669558
description: Minimal Repository
@@ -71029,6 +71061,13 @@ components:
7102971061
- enabled
7103071062
- disabled
7103171063
- not_set
71064+
secret_scanning_validity_checks:
71065+
type: string
71066+
description: The enablement status of secret scanning validity checks
71067+
enum:
71068+
- enabled
71069+
- disabled
71070+
- not_set
7103271071
private_vulnerability_reporting:
7103371072
type: string
7103471073
description: The enablement status of private vulnerability reporting
@@ -203125,6 +203164,8 @@ components:
203125203164
status: enabled
203126203165
secret_scanning_push_protection:
203127203166
status: disabled
203167+
secret_scanning_non_provider_patterns:
203168+
status: disabled
203128203169
organization-fine-grained-permission-example:
203129203170
value:
203130203171
- name: read_organization_custom_org_role
@@ -205741,6 +205782,8 @@ components:
205741205782
status: enabled
205742205783
secret_scanning_push_protection:
205743205784
status: disabled
205785+
secret_scanning_non_provider_patterns:
205786+
status: disabled
205744205787
artifact-paginated:
205745205788
value:
205746205789
total_count: 2

0 commit comments

Comments
 (0)