Skip to content

Commit 6113cbe

Browse files
docs-botmchammer01
andauthored
Sync secret scanning data (#57211)
Co-authored-by: mc <[email protected]>
1 parent 125491e commit 6113cbe

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/secret-scanning/data/public-docs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
isPrivateWithGhas: true
370370
hasPushProtection: true
371371
hasValidityCheck: false
372-
isduplicate: false
372+
isduplicate: true
373373
- provider: Atlassian
374374
supportedSecret: Atlassian API Token
375375
secretType: atlassian_api_token
@@ -2607,7 +2607,7 @@
26072607
isPublic: true
26082608
isPrivateWithGhas: true
26092609
hasPushProtection: true
2610-
hasValidityCheck: false
2610+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
26112611
isduplicate: false
26122612
- provider: GuardSquare
26132613
supportedSecret: GuardSquare AppSweep API Key
@@ -4708,7 +4708,7 @@
47084708
isPublic: false
47094709
isPrivateWithGhas: true
47104710
hasPushProtection: true
4711-
hasValidityCheck: false
4711+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
47124712
isduplicate: true
47134713
- provider: Square
47144714
supportedSecret: Square Production Application Secret
@@ -5017,7 +5017,7 @@
50175017
isPublic: true
50185018
isPrivateWithGhas: true
50195019
hasPushProtection: true
5020-
hasValidityCheck: false
5020+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
50215021
isduplicate: false
50225022
- provider: Unkey
50235023
supportedSecret: Unkey Root Key
@@ -5064,7 +5064,7 @@
50645064
isPublic: true
50655065
isPrivateWithGhas: true
50665066
hasPushProtection: true
5067-
hasValidityCheck: false
5067+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
50685068
isduplicate: false
50695069
- provider: Wakatime
50705070
supportedSecret: WakaTime App Secret
@@ -5088,7 +5088,7 @@
50885088
isPublic: true
50895089
isPrivateWithGhas: true
50905090
hasPushProtection: true
5091-
hasValidityCheck: false
5091+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
50925092
isduplicate: false
50935093
- provider: Wakatime
50945094
supportedSecret: WakaTime OAuth Refresh Token
@@ -5207,7 +5207,7 @@
52075207
isPublic: true
52085208
isPrivateWithGhas: true
52095209
hasPushProtection: false
5210-
hasValidityCheck: false
5210+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
52115211
isduplicate: false
52125212
- provider: Yandex
52135213
supportedSecret: Yandex.Cloud Smartchapta Server Key
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sha": "7daab1873298e18f96c5efef95ffecf8e5d37f8c",
3-
"blob-sha": "ad16586dfcf7e5bdfe7f0c7071f30dbf006c7f59",
2+
"sha": "7aaefe7589834cf806ca570f603832d7fd960089",
3+
"blob-sha": "7f4764881a49298d2bcb8b9fc7d7b7772b15ccc9",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)