Skip to content

Commit a48c651

Browse files
authored
Merge pull request #3735 from github/openapi-update-fb0402cd25e0bf7e75bc08e8119562d10ed3989075a379df1cda715ee48cc14d
Update OpenAPI 3.0 Descriptions
2 parents 30b8ada + 797cb37 commit a48c651

32 files changed

+4874
-64
lines changed

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

+56
Original file line numberDiff line numberDiff line change
@@ -8609,6 +8609,16 @@
86098609
],
86108610
"default": "disabled"
86118611
},
8612+
"secret_scanning_validity_checks": {
8613+
"type": "string",
8614+
"description": "The enablement status of secret scanning validity checks",
8615+
"enum": [
8616+
"enabled",
8617+
"disabled",
8618+
"not_set"
8619+
],
8620+
"default": "disabled"
8621+
},
86128622
"private_vulnerability_reporting": {
86138623
"type": "string",
86148624
"description": "The enablement status of private vulnerability reporting",
@@ -8868,6 +8878,15 @@
88688878
"not_set"
88698879
]
88708880
},
8881+
"secret_scanning_validity_checks": {
8882+
"type": "string",
8883+
"description": "The enablement status of secret scanning validity checks",
8884+
"enum": [
8885+
"enabled",
8886+
"disabled",
8887+
"not_set"
8888+
]
8889+
},
88718890
"private_vulnerability_reporting": {
88728891
"type": "string",
88738892
"description": "The enablement status of private vulnerability reporting",
@@ -22159,6 +22178,16 @@
2215922178
"description": "Can be `enabled` or `disabled`."
2216022179
}
2216122180
}
22181+
},
22182+
"secret_scanning_non_provider_patterns": {
22183+
"type": "object",
22184+
"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).\"",
22185+
"properties": {
22186+
"status": {
22187+
"type": "string",
22188+
"description": "Can be `enabled` or `disabled`."
22189+
}
22190+
}
2216222191
}
2216322192
}
2216422193
},
@@ -95036,6 +95065,18 @@
9503695065
]
9503795066
}
9503895067
}
95068+
},
95069+
"secret_scanning_non_provider_patterns": {
95070+
"type": "object",
95071+
"properties": {
95072+
"status": {
95073+
"type": "string",
95074+
"enum": [
95075+
"enabled",
95076+
"disabled"
95077+
]
95078+
}
95079+
}
9503995080
}
9504095081
}
9504195082
},
@@ -96721,6 +96762,15 @@
9672196762
"not_set"
9672296763
]
9672396764
},
96765+
"secret_scanning_validity_checks": {
96766+
"type": "string",
96767+
"description": "The enablement status of secret scanning validity checks",
96768+
"enum": [
96769+
"enabled",
96770+
"disabled",
96771+
"not_set"
96772+
]
96773+
},
9672496774
"private_vulnerability_reporting": {
9672596775
"type": "string",
9672696776
"description": "The enablement status of private vulnerability reporting",
@@ -266018,6 +266068,9 @@
266018266068
},
266019266069
"secret_scanning_push_protection": {
266020266070
"status": "disabled"
266071+
},
266072+
"secret_scanning_non_provider_patterns": {
266073+
"status": "disabled"
266021266074
}
266022266075
}
266023266076
}
@@ -269007,6 +269060,9 @@
269007269060
},
269008269061
"secret_scanning_push_protection": {
269009269062
"status": "disabled"
269063+
},
269064+
"secret_scanning_non_provider_patterns": {
269065+
"status": "disabled"
269010269066
}
269011269067
}
269012269068
}

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

+43
Original file line numberDiff line numberDiff line change
@@ -6243,6 +6243,14 @@ paths:
62436243
- disabled
62446244
- not_set
62456245
default: disabled
6246+
secret_scanning_validity_checks:
6247+
type: string
6248+
description: The enablement status of secret scanning validity checks
6249+
enum:
6250+
- enabled
6251+
- disabled
6252+
- not_set
6253+
default: disabled
62466254
private_vulnerability_reporting:
62476255
type: string
62486256
description: The enablement status of private vulnerability reporting
@@ -6437,6 +6445,13 @@ paths:
64376445
- enabled
64386446
- disabled
64396447
- not_set
6448+
secret_scanning_validity_checks:
6449+
type: string
6450+
description: The enablement status of secret scanning validity checks
6451+
enum:
6452+
- enabled
6453+
- disabled
6454+
- not_set
64406455
private_vulnerability_reporting:
64416456
type: string
64426457
description: The enablement status of private vulnerability reporting
@@ -16052,6 +16067,15 @@ paths:
1605216067
status:
1605316068
type: string
1605416069
description: Can be `enabled` or `disabled`.
16070+
secret_scanning_non_provider_patterns:
16071+
type: object
16072+
description: Use the `status` property to enable or disable
16073+
secret scanning non-provider patterns for this repository.
16074+
For more information, see "[Secret scanning supported secrets](/code-security/secret-scanning/secret-scanning-patterns#supported-secrets)."
16075+
properties:
16076+
status:
16077+
type: string
16078+
description: Can be `enabled` or `disabled`.
1605516079
has_issues:
1605616080
type: boolean
1605716081
description: Either `true` to enable issues for this repository
@@ -69002,6 +69026,14 @@ components:
6900269026
enum:
6900369027
- enabled
6900469028
- disabled
69029+
secret_scanning_non_provider_patterns:
69030+
type: object
69031+
properties:
69032+
status:
69033+
type: string
69034+
enum:
69035+
- enabled
69036+
- disabled
6900569037
minimal-repository:
6900669038
title: Minimal Repository
6900769039
description: Minimal Repository
@@ -70337,6 +70369,13 @@ components:
7033770369
- enabled
7033870370
- disabled
7033970371
- not_set
70372+
secret_scanning_validity_checks:
70373+
type: string
70374+
description: The enablement status of secret scanning validity checks
70375+
enum:
70376+
- enabled
70377+
- disabled
70378+
- not_set
7034070379
private_vulnerability_reporting:
7034170380
type: string
7034270381
description: The enablement status of private vulnerability reporting
@@ -199717,6 +199756,8 @@ components:
199717199756
status: enabled
199718199757
secret_scanning_push_protection:
199719199758
status: disabled
199759+
secret_scanning_non_provider_patterns:
199760+
status: disabled
199720199761
organization-fine-grained-permission-example:
199721199762
value:
199722199763
- name: read_organization_custom_org_role
@@ -202333,6 +202374,8 @@ components:
202333202374
status: enabled
202334202375
secret_scanning_push_protection:
202335202376
status: disabled
202377+
secret_scanning_non_provider_patterns:
202378+
status: disabled
202336202379
artifact-paginated:
202337202380
value:
202338202381
total_count: 2

descriptions/api.github.com/api.github.com.json

+56
Original file line numberDiff line numberDiff line change
@@ -8609,6 +8609,16 @@
86098609
],
86108610
"default": "disabled"
86118611
},
8612+
"secret_scanning_validity_checks": {
8613+
"type": "string",
8614+
"description": "The enablement status of secret scanning validity checks",
8615+
"enum": [
8616+
"enabled",
8617+
"disabled",
8618+
"not_set"
8619+
],
8620+
"default": "disabled"
8621+
},
86128622
"private_vulnerability_reporting": {
86138623
"type": "string",
86148624
"description": "The enablement status of private vulnerability reporting",
@@ -8868,6 +8878,15 @@
88688878
"not_set"
88698879
]
88708880
},
8881+
"secret_scanning_validity_checks": {
8882+
"type": "string",
8883+
"description": "The enablement status of secret scanning validity checks",
8884+
"enum": [
8885+
"enabled",
8886+
"disabled",
8887+
"not_set"
8888+
]
8889+
},
88718890
"private_vulnerability_reporting": {
88728891
"type": "string",
88738892
"description": "The enablement status of private vulnerability reporting",
@@ -22159,6 +22178,16 @@
2215922178
"description": "Can be `enabled` or `disabled`."
2216022179
}
2216122180
}
22181+
},
22182+
"secret_scanning_non_provider_patterns": {
22183+
"type": "object",
22184+
"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).\"",
22185+
"properties": {
22186+
"status": {
22187+
"type": "string",
22188+
"description": "Can be `enabled` or `disabled`."
22189+
}
22190+
}
2216222191
}
2216322192
}
2216422193
},
@@ -95036,6 +95065,18 @@
9503695065
]
9503795066
}
9503895067
}
95068+
},
95069+
"secret_scanning_non_provider_patterns": {
95070+
"type": "object",
95071+
"properties": {
95072+
"status": {
95073+
"type": "string",
95074+
"enum": [
95075+
"enabled",
95076+
"disabled"
95077+
]
95078+
}
95079+
}
9503995080
}
9504095081
}
9504195082
},
@@ -96721,6 +96762,15 @@
9672196762
"not_set"
9672296763
]
9672396764
},
96765+
"secret_scanning_validity_checks": {
96766+
"type": "string",
96767+
"description": "The enablement status of secret scanning validity checks",
96768+
"enum": [
96769+
"enabled",
96770+
"disabled",
96771+
"not_set"
96772+
]
96773+
},
9672496774
"private_vulnerability_reporting": {
9672596775
"type": "string",
9672696776
"description": "The enablement status of private vulnerability reporting",
@@ -266018,6 +266068,9 @@
266018266068
},
266019266069
"secret_scanning_push_protection": {
266020266070
"status": "disabled"
266071+
},
266072+
"secret_scanning_non_provider_patterns": {
266073+
"status": "disabled"
266021266074
}
266022266075
}
266023266076
}
@@ -269007,6 +269060,9 @@
269007269060
},
269008269061
"secret_scanning_push_protection": {
269009269062
"status": "disabled"
269063+
},
269064+
"secret_scanning_non_provider_patterns": {
269065+
"status": "disabled"
269010269066
}
269011269067
}
269012269068
}

descriptions/api.github.com/api.github.com.yaml

+43
Original file line numberDiff line numberDiff line change
@@ -6243,6 +6243,14 @@ paths:
62436243
- disabled
62446244
- not_set
62456245
default: disabled
6246+
secret_scanning_validity_checks:
6247+
type: string
6248+
description: The enablement status of secret scanning validity checks
6249+
enum:
6250+
- enabled
6251+
- disabled
6252+
- not_set
6253+
default: disabled
62466254
private_vulnerability_reporting:
62476255
type: string
62486256
description: The enablement status of private vulnerability reporting
@@ -6437,6 +6445,13 @@ paths:
64376445
- enabled
64386446
- disabled
64396447
- not_set
6448+
secret_scanning_validity_checks:
6449+
type: string
6450+
description: The enablement status of secret scanning validity checks
6451+
enum:
6452+
- enabled
6453+
- disabled
6454+
- not_set
64406455
private_vulnerability_reporting:
64416456
type: string
64426457
description: The enablement status of private vulnerability reporting
@@ -16052,6 +16067,15 @@ paths:
1605216067
status:
1605316068
type: string
1605416069
description: Can be `enabled` or `disabled`.
16070+
secret_scanning_non_provider_patterns:
16071+
type: object
16072+
description: Use the `status` property to enable or disable
16073+
secret scanning non-provider patterns for this repository.
16074+
For more information, see "[Secret scanning supported secrets](/code-security/secret-scanning/secret-scanning-patterns#supported-secrets)."
16075+
properties:
16076+
status:
16077+
type: string
16078+
description: Can be `enabled` or `disabled`.
1605516079
has_issues:
1605616080
type: boolean
1605716081
description: Either `true` to enable issues for this repository
@@ -69002,6 +69026,14 @@ components:
6900269026
enum:
6900369027
- enabled
6900469028
- disabled
69029+
secret_scanning_non_provider_patterns:
69030+
type: object
69031+
properties:
69032+
status:
69033+
type: string
69034+
enum:
69035+
- enabled
69036+
- disabled
6900569037
minimal-repository:
6900669038
title: Minimal Repository
6900769039
description: Minimal Repository
@@ -70337,6 +70369,13 @@ components:
7033770369
- enabled
7033870370
- disabled
7033970371
- not_set
70372+
secret_scanning_validity_checks:
70373+
type: string
70374+
description: The enablement status of secret scanning validity checks
70375+
enum:
70376+
- enabled
70377+
- disabled
70378+
- not_set
7034070379
private_vulnerability_reporting:
7034170380
type: string
7034270381
description: The enablement status of private vulnerability reporting
@@ -199717,6 +199756,8 @@ components:
199717199756
status: enabled
199718199757
secret_scanning_push_protection:
199719199758
status: disabled
199759+
secret_scanning_non_provider_patterns:
199760+
status: disabled
199720199761
organization-fine-grained-permission-example:
199721199762
value:
199722199763
- name: read_organization_custom_org_role
@@ -202333,6 +202374,8 @@ components:
202333202374
status: enabled
202334202375
secret_scanning_push_protection:
202335202376
status: disabled
202377+
secret_scanning_non_provider_patterns:
202378+
status: disabled
202336202379
artifact-paginated:
202337202380
value:
202338202381
total_count: 2

0 commit comments

Comments
 (0)