Skip to content

Update OpenAPI 3.1 Descriptions #5062

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 44 additions & 1 deletion descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -2327,6 +2327,9 @@
],
"default": "disabled"
},
"code_scanning_options": {
"$ref": "#/components/schemas/code-scanning-options"
},
"code_scanning_default_setup": {
"type": "string",
"description": "The enablement status of code scanning default setup",
Expand Down Expand Up @@ -12217,6 +12220,9 @@
],
"default": "disabled"
},
"code_scanning_options": {
"$ref": "#/components/schemas/code-scanning-options"
},
"code_scanning_default_setup": {
"type": "string",
"description": "The enablement status of code scanning default setup",
Expand Down Expand Up @@ -100253,7 +100259,16 @@
"object",
"null"
],
"description": "Feature options for code scanning"
"description": "Feature options for code scanning",
"properties": {
"allow_advanced": {
"type": [
"boolean",
"null"
],
"description": "Whether to allow repos which use advanced setup"
}
}
},
"code_scanning_default_setup": {
"type": "string",
Expand Down Expand Up @@ -100433,6 +100448,22 @@
}
}
},
"code-scanning-options": {
"type": [
"object",
"null"
],
"description": "Security Configuration feature options for code scanning",
"properties": {
"allow_advanced": {
"type": [
"boolean",
"null"
],
"description": "Whether to allow repos which use advanced setup"
}
}
},
"code-scanning-default-setup-options": {
"type": [
"object",
Expand Down Expand Up @@ -281270,6 +281301,9 @@
"runner_type": "not_set",
"runner_label": null
},
"code_scanning_options": {
"allow_advanced": false
},
"secret_scanning": "enabled",
"secret_scanning_push_protection": "enabled",
"secret_scanning_delegated_bypass": "enabled",
Expand Down Expand Up @@ -281312,6 +281346,9 @@
"runner_type": "not_set",
"runner_label": null
},
"code_scanning_options": {
"allow_advanced": false
},
"secret_scanning": "enabled",
"secret_scanning_push_protection": "enabled",
"secret_scanning_delegated_bypass": "disabled",
Expand Down Expand Up @@ -281345,6 +281382,9 @@
"runner_type": "not_set",
"runner_label": null
},
"code_scanning_options": {
"allow_advanced": false
},
"code_scanning_delegated_alert_dismissal": "disabled",
"secret_scanning": "enabled",
"secret_scanning_push_protection": "disabled",
Expand Down Expand Up @@ -285581,6 +285621,9 @@
"runner_type": "not_set",
"runner_label": null
},
"code_scanning_options": {
"allow_advanced": false
},
"code_scanning_delegated_alert_dismissal": "disabled",
"secret_scanning": "disabled",
"secret_scanning_push_protection": "disabled",
Expand Down
29 changes: 29 additions & 0 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1638,6 +1638,8 @@ paths:
- disabled
- not_set
default: disabled
code_scanning_options:
"$ref": "#/components/schemas/code-scanning-options"
code_scanning_default_setup:
type: string
description: The enablement status of code scanning default setup
Expand Down Expand Up @@ -8869,6 +8871,8 @@ paths:
- disabled
- not_set
default: disabled
code_scanning_options:
"$ref": "#/components/schemas/code-scanning-options"
code_scanning_default_setup:
type: string
description: The enablement status of code scanning default setup
Expand Down Expand Up @@ -72607,6 +72611,12 @@ components:
- object
- 'null'
description: Feature options for code scanning
properties:
allow_advanced:
type:
- boolean
- 'null'
description: Whether to allow repos which use advanced setup
code_scanning_default_setup:
type: string
description: The enablement status of code scanning default setup
Expand Down Expand Up @@ -72741,6 +72751,17 @@ components:
updated_at:
type: string
format: date-time
code-scanning-options:
type:
- object
- 'null'
description: Security Configuration feature options for code scanning
properties:
allow_advanced:
type:
- boolean
- 'null'
description: Whether to allow repos which use advanced setup
code-scanning-default-setup-options:
type:
- object
Expand Down Expand Up @@ -207315,6 +207336,8 @@ components:
code_scanning_default_setup_options:
runner_type: not_set
runner_label:
code_scanning_options:
allow_advanced: false
secret_scanning: enabled
secret_scanning_push_protection: enabled
secret_scanning_delegated_bypass: enabled
Expand Down Expand Up @@ -207349,6 +207372,8 @@ components:
code_scanning_default_setup_options:
runner_type: not_set
runner_label:
code_scanning_options:
allow_advanced: false
secret_scanning: enabled
secret_scanning_push_protection: enabled
secret_scanning_delegated_bypass: disabled
Expand Down Expand Up @@ -207376,6 +207401,8 @@ components:
code_scanning_default_setup_options:
runner_type: not_set
runner_label:
code_scanning_options:
allow_advanced: false
code_scanning_delegated_alert_dismissal: disabled
secret_scanning: enabled
secret_scanning_push_protection: disabled
Expand Down Expand Up @@ -211009,6 +211036,8 @@ components:
code_scanning_default_setup_options:
runner_type: not_set
runner_label:
code_scanning_options:
allow_advanced: false
code_scanning_delegated_alert_dismissal: disabled
secret_scanning: disabled
secret_scanning_push_protection: disabled
Expand Down
45 changes: 44 additions & 1 deletion descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -2327,6 +2327,9 @@
],
"default": "disabled"
},
"code_scanning_options": {
"$ref": "#/components/schemas/code-scanning-options"
},
"code_scanning_default_setup": {
"type": "string",
"description": "The enablement status of code scanning default setup",
Expand Down Expand Up @@ -12217,6 +12220,9 @@
],
"default": "disabled"
},
"code_scanning_options": {
"$ref": "#/components/schemas/code-scanning-options"
},
"code_scanning_default_setup": {
"type": "string",
"description": "The enablement status of code scanning default setup",
Expand Down Expand Up @@ -100253,7 +100259,16 @@
"object",
"null"
],
"description": "Feature options for code scanning"
"description": "Feature options for code scanning",
"properties": {
"allow_advanced": {
"type": [
"boolean",
"null"
],
"description": "Whether to allow repos which use advanced setup"
}
}
},
"code_scanning_default_setup": {
"type": "string",
Expand Down Expand Up @@ -100433,6 +100448,22 @@
}
}
},
"code-scanning-options": {
"type": [
"object",
"null"
],
"description": "Security Configuration feature options for code scanning",
"properties": {
"allow_advanced": {
"type": [
"boolean",
"null"
],
"description": "Whether to allow repos which use advanced setup"
}
}
},
"code-scanning-default-setup-options": {
"type": [
"object",
Expand Down Expand Up @@ -281270,6 +281301,9 @@
"runner_type": "not_set",
"runner_label": null
},
"code_scanning_options": {
"allow_advanced": false
},
"secret_scanning": "enabled",
"secret_scanning_push_protection": "enabled",
"secret_scanning_delegated_bypass": "enabled",
Expand Down Expand Up @@ -281312,6 +281346,9 @@
"runner_type": "not_set",
"runner_label": null
},
"code_scanning_options": {
"allow_advanced": false
},
"secret_scanning": "enabled",
"secret_scanning_push_protection": "enabled",
"secret_scanning_delegated_bypass": "disabled",
Expand Down Expand Up @@ -281345,6 +281382,9 @@
"runner_type": "not_set",
"runner_label": null
},
"code_scanning_options": {
"allow_advanced": false
},
"code_scanning_delegated_alert_dismissal": "disabled",
"secret_scanning": "enabled",
"secret_scanning_push_protection": "disabled",
Expand Down Expand Up @@ -285581,6 +285621,9 @@
"runner_type": "not_set",
"runner_label": null
},
"code_scanning_options": {
"allow_advanced": false
},
"code_scanning_delegated_alert_dismissal": "disabled",
"secret_scanning": "disabled",
"secret_scanning_push_protection": "disabled",
Expand Down
Loading