Skip to content
Open
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
8 changes: 8 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 @@ -166824,6 +166824,14 @@
"description": "The slug identifier for the provider of the secret that was detected.",
"nullable": true
},
"secret_category": {
"type": "string",
"description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.",
"enum": [
"default",
"generic"
]
},
"validity": {
"type": "string",
"description": "The token status as of the latest validity check.",
Expand Down
8 changes: 8 additions & 0 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123754,6 +123754,14 @@ components:
description: The slug identifier for the provider of the secret that was
detected.
nullable: true
secret_category:
type: string
description: The category of the detected secret. `default` covers specific
provider patterns and custom patterns; `generic` covers non-specific patterns
and AI-detected secrets.
enum:
- default
- generic
validity:
type: string
description: The token status as of the latest validity check.
Expand Down
8 changes: 8 additions & 0 deletions descriptions/api.github.com/api.github.com.2026-03-10.json
Original file line number Diff line number Diff line change
Expand Up @@ -166415,6 +166415,14 @@
"description": "The slug identifier for the provider of the secret that was detected.",
"nullable": true
},
"secret_category": {
"type": "string",
"description": "The category of the detected secret. `default` covers specific provider patterns and custom patterns; `generic` covers non-specific patterns and AI-detected secrets.",
"enum": [
"default",
"generic"
]
},
"validity": {
"type": "string",
"description": "The token status as of the latest validity check.",
Expand Down
Loading