Sync secret scanning data (#56830)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
@@ -1600,6 +1600,17 @@
|
|||||||
hasPushProtection: false
|
hasPushProtection: false
|
||||||
hasValidityCheck: false
|
hasValidityCheck: false
|
||||||
isduplicate: false
|
isduplicate: false
|
||||||
|
- provider: Cohere
|
||||||
|
supportedSecret: Cohere API Key
|
||||||
|
secretType: cohere_api_key
|
||||||
|
versions:
|
||||||
|
fpt: '*'
|
||||||
|
ghec: '*'
|
||||||
|
isPublic: false
|
||||||
|
isPrivateWithGhas: true
|
||||||
|
hasPushProtection: false
|
||||||
|
hasValidityCheck: false
|
||||||
|
isduplicate: false
|
||||||
- provider: Contentful
|
- provider: Contentful
|
||||||
supportedSecret: Contentful Personal Access Token
|
supportedSecret: Contentful Personal Access Token
|
||||||
secretType: contentful_personal_access_token
|
secretType: contentful_personal_access_token
|
||||||
@@ -3131,6 +3142,17 @@
|
|||||||
hasPushProtection: false
|
hasPushProtection: false
|
||||||
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
|
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
|
||||||
isduplicate: false
|
isduplicate: false
|
||||||
|
- provider: Mistral AI
|
||||||
|
supportedSecret: Mistral AI API Key
|
||||||
|
secretType: mistral_ai_api_key
|
||||||
|
versions:
|
||||||
|
fpt: '*'
|
||||||
|
ghec: '*'
|
||||||
|
isPublic: false
|
||||||
|
isPrivateWithGhas: true
|
||||||
|
hasPushProtection: false
|
||||||
|
hasValidityCheck: false
|
||||||
|
isduplicate: false
|
||||||
- provider: MongoDB
|
- provider: MongoDB
|
||||||
supportedSecret: MongoDB Atlas Database URI with credentials
|
supportedSecret: MongoDB Atlas Database URI with credentials
|
||||||
secretType: mongodb_atlas_db_uri_with_credentials
|
secretType: mongodb_atlas_db_uri_with_credentials
|
||||||
@@ -3584,6 +3606,17 @@
|
|||||||
hasPushProtection: false
|
hasPushProtection: false
|
||||||
hasValidityCheck: false
|
hasValidityCheck: false
|
||||||
isduplicate: false
|
isduplicate: false
|
||||||
|
- provider: Perplexity
|
||||||
|
supportedSecret: Perplexity API Key
|
||||||
|
secretType: perplexity_api_key
|
||||||
|
versions:
|
||||||
|
fpt: '*'
|
||||||
|
ghec: '*'
|
||||||
|
isPublic: false
|
||||||
|
isPrivateWithGhas: true
|
||||||
|
hasPushProtection: false
|
||||||
|
hasValidityCheck: false
|
||||||
|
isduplicate: false
|
||||||
- provider: Persona Identities
|
- provider: Persona Identities
|
||||||
supportedSecret: Persona Production Api Key
|
supportedSecret: Persona Production Api Key
|
||||||
secretType: persona_production_api_key
|
secretType: persona_production_api_key
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"sha": "cf5bef6307ddeab94faa37df0a2bc719b51d9a95",
|
"sha": "b655b59f8f4ad71b005f30ebf63c28e136007121",
|
||||||
"blob-sha": "22e9d3452325af69d53a3c8d05007f9f1e02c760",
|
"blob-sha": "0a7c5db3e22d67a8d5c72499643d362bb9845fa6",
|
||||||
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
|
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user