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
Original file line number Diff line number Diff line change
Expand Up @@ -170926,6 +170926,14 @@
],
"description": "The slug identifier for the provider of the secret that was detected."
},
"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
Original file line number Diff line number Diff line change
Expand Up @@ -124416,6 +124416,14 @@ components:
- 'null'
description: The slug identifier for the provider of the secret that was
detected.
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
Original file line number Diff line number Diff line change
Expand Up @@ -170472,6 +170472,14 @@
],
"description": "The slug identifier for the provider of the secret that was detected."
},
"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