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
44 changes: 22 additions & 22 deletions src/secret-scanning/data/public-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
base64Supported: false
isduplicate: false
base64Supported: true
isduplicate: true
- provider: Anthropic
supportedSecret: Anthropic Session ID
secretType: anthropic_session_id
Expand Down Expand Up @@ -609,8 +609,8 @@
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
base64Supported: false
isduplicate: false
base64Supported: true
isduplicate: true
- provider: Azure
supportedSecret: Azure Cognitive Services Key
secretType: azure_cognitive_services_key
Expand Down Expand Up @@ -713,8 +713,8 @@
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
base64Supported: false
isduplicate: false
base64Supported: true
isduplicate: true
- provider: Azure
supportedSecret: Azure Custom Vision Prediction Key
secretType: azure_custom_vision_prediction_key
Expand Down Expand Up @@ -830,8 +830,8 @@
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
base64Supported: false
isduplicate: false
base64Supported: true
isduplicate: true
- provider: Azure
supportedSecret: Azure Health Decision Support Key
secretType: azure_health_decision_support_key
Expand Down Expand Up @@ -1102,8 +1102,8 @@
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
base64Supported: false
isduplicate: false
base64Supported: true
isduplicate: true
- provider: Azure
supportedSecret: Azure Personalizer Key
secretType: azure_personalizer_key
Expand Down Expand Up @@ -1517,8 +1517,8 @@
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
base64Supported: false
isduplicate: false
base64Supported: true
isduplicate: true
- provider: Brevo
supportedSecret: Sendinblue SMTP Key
secretType: sendinblue_smtp_key
Expand Down Expand Up @@ -1984,8 +1984,8 @@
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
base64Supported: false
isduplicate: false
base64Supported: true
isduplicate: true
- provider: Datadog
supportedSecret: Datadog API Key
secretType: datadog_api_key
Expand Down Expand Up @@ -2671,8 +2671,8 @@
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
base64Supported: false
isduplicate: false
base64Supported: true
isduplicate: true
- provider: GoCardless
supportedSecret: GoCardless Live Access Token
secretType: gocardless_live_access_token
Expand Down Expand Up @@ -2818,8 +2818,8 @@
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
base64Supported: false
isduplicate: false
base64Supported: true
isduplicate: true
- provider: Grafana
supportedSecret: Grafana Cloud API Key
secretType: grafana_cloud_api_key
Expand Down Expand Up @@ -2883,8 +2883,8 @@
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
base64Supported: false
isduplicate: false
base64Supported: true
isduplicate: true
- provider: GuardSquare
supportedSecret: GuardSquare AppSweep API Key
secretType: guardsquare_appsweep_api_key
Expand Down Expand Up @@ -3272,8 +3272,8 @@
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
base64Supported: false
isduplicate: false
base64Supported: true
isduplicate: true
- provider: Langchain
supportedSecret: Langchain API Personal Key
secretType: langchain_api_personal_key
Expand Down
4 changes: 2 additions & 2 deletions src/secret-scanning/lib/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sha": "70891dd9fae3e6f7b3d8930de0ed9355458ccb18",
"blob-sha": "ee3d9b3b6e2caab95ce35aaf76059636c0ef9497",
"sha": "cd2373a80130c25fcdac6eda9ab1a45b8d70291f",
"blob-sha": "ab8d7da137e3697460ef7e51b2a177c762e502de",
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
}
Loading