Sync secret scanning data (#57211)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
@@ -369,7 +369,7 @@
|
||||
isPrivateWithGhas: true
|
||||
hasPushProtection: true
|
||||
hasValidityCheck: false
|
||||
isduplicate: false
|
||||
isduplicate: true
|
||||
- provider: Atlassian
|
||||
supportedSecret: Atlassian API Token
|
||||
secretType: atlassian_api_token
|
||||
@@ -2607,7 +2607,7 @@
|
||||
isPublic: true
|
||||
isPrivateWithGhas: true
|
||||
hasPushProtection: true
|
||||
hasValidityCheck: false
|
||||
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
|
||||
isduplicate: false
|
||||
- provider: GuardSquare
|
||||
supportedSecret: GuardSquare AppSweep API Key
|
||||
@@ -4708,7 +4708,7 @@
|
||||
isPublic: false
|
||||
isPrivateWithGhas: true
|
||||
hasPushProtection: true
|
||||
hasValidityCheck: false
|
||||
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
|
||||
isduplicate: true
|
||||
- provider: Square
|
||||
supportedSecret: Square Production Application Secret
|
||||
@@ -5017,7 +5017,7 @@
|
||||
isPublic: true
|
||||
isPrivateWithGhas: true
|
||||
hasPushProtection: true
|
||||
hasValidityCheck: false
|
||||
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
|
||||
isduplicate: false
|
||||
- provider: Unkey
|
||||
supportedSecret: Unkey Root Key
|
||||
@@ -5064,7 +5064,7 @@
|
||||
isPublic: true
|
||||
isPrivateWithGhas: true
|
||||
hasPushProtection: true
|
||||
hasValidityCheck: false
|
||||
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
|
||||
isduplicate: false
|
||||
- provider: Wakatime
|
||||
supportedSecret: WakaTime App Secret
|
||||
@@ -5088,7 +5088,7 @@
|
||||
isPublic: true
|
||||
isPrivateWithGhas: true
|
||||
hasPushProtection: true
|
||||
hasValidityCheck: false
|
||||
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
|
||||
isduplicate: false
|
||||
- provider: Wakatime
|
||||
supportedSecret: WakaTime OAuth Refresh Token
|
||||
@@ -5207,7 +5207,7 @@
|
||||
isPublic: true
|
||||
isPrivateWithGhas: true
|
||||
hasPushProtection: false
|
||||
hasValidityCheck: false
|
||||
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
|
||||
isduplicate: false
|
||||
- provider: Yandex
|
||||
supportedSecret: Yandex.Cloud Smartchapta Server Key
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"sha": "7daab1873298e18f96c5efef95ffecf8e5d37f8c",
|
||||
"blob-sha": "ad16586dfcf7e5bdfe7f0c7071f30dbf006c7f59",
|
||||
"sha": "7aaefe7589834cf806ca570f603832d7fd960089",
|
||||
"blob-sha": "7f4764881a49298d2bcb8b9fc7d7b7772b15ccc9",
|
||||
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
|
||||
}
|
||||
Reference in New Issue
Block a user