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
14 changes: 7 additions & 7 deletions src/secret-scanning/data/public-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
isduplicate: true
- provider: Atlassian
supportedSecret: Atlassian API Token
secretType: atlassian_api_token
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
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": "7daab1873298e18f96c5efef95ffecf8e5d37f8c",
"blob-sha": "ad16586dfcf7e5bdfe7f0c7071f30dbf006c7f59",
"sha": "7aaefe7589834cf806ca570f603832d7fd960089",
"blob-sha": "7f4764881a49298d2bcb8b9fc7d7b7772b15ccc9",
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
}
Loading