Skip to content
Merged
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
30 changes: 30 additions & 0 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -32761,6 +32761,9 @@
{
"$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types"
},
{
"$ref": "#/components/parameters/secret-scanning-alert-exclude-providers"
},
{
"$ref": "#/components/parameters/secret-scanning-alert-resolution"
},
Expand Down Expand Up @@ -66645,6 +66648,9 @@
{
"$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types"
},
{
"$ref": "#/components/parameters/secret-scanning-alert-exclude-providers"
},
{
"$ref": "#/components/parameters/secret-scanning-alert-resolution"
},
Expand Down Expand Up @@ -125816,6 +125822,11 @@
"type": "string",
"description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\""
},
"provider": {
"type": "string",
"description": "The provider of the secret that was detected.",
"nullable": true
},
"secret": {
"type": "string",
"description": "The secret that was detected."
Expand Down Expand Up @@ -139756,6 +139767,11 @@
"type": "string",
"description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\""
},
"provider": {
"type": "string",
"description": "The provider of the secret that was detected.",
"nullable": true
},
"secret": {
"type": "string",
"description": "The secret that was detected."
Expand Down Expand Up @@ -155967,6 +155983,11 @@
"type": "string",
"description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\""
},
"provider": {
"type": "string",
"description": "The provider of the secret that was detected.",
"nullable": true
},
"validity": {
"type": "string",
"description": "The token status as of the latest validity check.",
Expand Down Expand Up @@ -322057,6 +322078,15 @@
"type": "string"
}
},
"secret-scanning-alert-exclude-providers": {
"name": "exclude_providers",
"in": "query",
"description": "A comma-separated list of provider names to exclude from the results.",
"required": false,
"schema": {
"type": "string"
}
},
"secret-scanning-alert-resolution": {
"name": "resolution",
"in": "query",
Expand Down
Loading