diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index f63f41a33..d52979347 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -32927,6 +32927,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" }, @@ -66962,6 +66965,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" }, @@ -127186,6 +127192,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -143090,6 +143103,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -159542,6 +159562,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -331140,6 +331167,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", diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 2963602b4..e5431b3ba 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -24028,6 +24028,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-state" - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" + - "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -48782,6 +48783,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-state" - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" + - "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -92493,6 +92495,11 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -103802,6 +103809,11 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -115976,6 +115988,11 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For 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 + - 'null' + description: The provider of the secret that was detected. validity: type: string description: The token status as of the latest validity check. @@ -247716,6 +247733,13 @@ components: required: false schema: 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 diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.json b/descriptions-next/api.github.com/api.github.com.2026-03-10.json index ca9ea6fa6..c41469f8d 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.json @@ -32882,6 +32882,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" }, @@ -66868,6 +66871,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" }, @@ -126579,6 +126585,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -142417,6 +142430,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -159078,6 +159098,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -330294,6 +330321,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", diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml index 52e6bc407..e6d8b3609 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml @@ -23995,6 +23995,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-state" - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" + - "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -48705,6 +48706,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-state" - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" + - "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -92049,6 +92051,11 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -103312,6 +103319,11 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -115640,6 +115652,11 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For 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 + - 'null' + description: The provider of the secret that was detected. validity: type: string description: The token status as of the latest validity check. @@ -247020,6 +247037,13 @@ components: required: false schema: 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 diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 25e40b6d4..1713bf35f 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -33119,6 +33119,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" }, @@ -67264,6 +67267,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" }, @@ -128055,6 +128061,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -144226,6 +144239,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -160785,6 +160805,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -333048,6 +333075,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", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index d0b270e7e..42afd81cc 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -24130,6 +24130,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-state" - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" + - "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -48967,6 +48968,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-state" - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" + - "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -93075,6 +93077,11 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -104614,6 +104621,11 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://{"code":"deadline_exceeded","msg":"operation timed out"}