Skip to content

Commit 661fa13

Browse files
docs-botmchammer01
andauthored
Sync secret scanning data (#56778)
Co-authored-by: mc <[email protected]>
1 parent da5daa2 commit 661fa13

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2215,7 +2215,7 @@
22152215
fpt: '*'
22162216
ghec: '*'
22172217
ghes: '>=3.5'
2218-
isPublic: false
2218+
isPublic: true
22192219
isPrivateWithGhas: true
22202220
hasPushProtection: true
22212221
hasValidityCheck: true
@@ -2227,7 +2227,7 @@
22272227
fpt: '*'
22282228
ghec: '*'
22292229
ghes: '>=3.5'
2230-
isPublic: false
2230+
isPublic: true
22312231
isPrivateWithGhas: true
22322232
hasPushProtection: true
22332233
hasValidityCheck: true
@@ -2239,7 +2239,7 @@
22392239
fpt: '*'
22402240
ghec: '*'
22412241
ghes: '>=3.5'
2242-
isPublic: false
2242+
isPublic: true
22432243
isPrivateWithGhas: true
22442244
hasPushProtection: true
22452245
hasValidityCheck: true
@@ -2251,7 +2251,7 @@
22512251
fpt: '*'
22522252
ghec: '*'
22532253
ghes: '>=3.5'
2254-
isPublic: false
2254+
isPublic: true
22552255
isPrivateWithGhas: true
22562256
hasPushProtection: true
22572257
hasValidityCheck: true
@@ -2263,7 +2263,7 @@
22632263
fpt: '*'
22642264
ghec: '*'
22652265
ghes: '>=3.5'
2266-
isPublic: false
2266+
isPublic: true
22672267
isPrivateWithGhas: true
22682268
hasPushProtection: true
22692269
hasValidityCheck: true
@@ -2275,7 +2275,7 @@
22752275
fpt: '*'
22762276
ghec: '*'
22772277
ghes: '>=3.14'
2278-
isPublic: false
2278+
isPublic: true
22792279
isPrivateWithGhas: true
22802280
hasPushProtection: false
22812281
hasValidityCheck: false
@@ -3117,7 +3117,7 @@
31173117
isPublic: false
31183118
isPrivateWithGhas: true
31193119
hasPushProtection: true
3120-
hasValidityCheck: false
3120+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
31213121
isduplicate: false
31223122
- provider: Midtrans
31233123
supportedSecret: Midtrans Sandbox Server Key
@@ -3129,7 +3129,7 @@
31293129
isPublic: false
31303130
isPrivateWithGhas: true
31313131
hasPushProtection: false
3132-
hasValidityCheck: false
3132+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
31333133
isduplicate: false
31343134
- provider: MongoDB
31353135
supportedSecret: MongoDB Atlas Database URI with credentials
@@ -3475,7 +3475,7 @@
34753475
isPublic: true
34763476
isPrivateWithGhas: true
34773477
hasPushProtection: true
3478-
hasValidityCheck: false
3478+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
34793479
isduplicate: false
34803480
- provider: Onfido
34813481
supportedSecret: Onfido Sandbox API Token
@@ -3487,7 +3487,7 @@
34873487
isPublic: true
34883488
isPrivateWithGhas: true
34893489
hasPushProtection: false
3490-
hasValidityCheck: false
3490+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
34913491
isduplicate: false
34923492
- provider: OpenAI
34933493
supportedSecret: OpenAI API Key
@@ -3798,7 +3798,7 @@
37983798
isPublic: true
37993799
isPrivateWithGhas: true
38003800
hasPushProtection: true
3801-
hasValidityCheck: false
3801+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
38023802
isduplicate: false
38033803
- provider: Postman
38043804
supportedSecret: Postman Collection Key
@@ -3810,7 +3810,7 @@
38103810
isPublic: true
38113811
isPrivateWithGhas: true
38123812
hasPushProtection: true
3813-
hasValidityCheck: false
3813+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
38143814
isduplicate: false
38153815
- provider: Prefect
38163816
supportedSecret: Prefect Server API Key
@@ -4086,7 +4086,7 @@
40864086
isPublic: true
40874087
isPrivateWithGhas: true
40884088
hasPushProtection: true
4089-
hasValidityCheck: false
4089+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
40904090
isduplicate: false
40914091
- provider: SendGrid
40924092
supportedSecret: SendGrid API Key

src/secret-scanning/lib/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sha": "db8346944d60d2d72fba4e9be1d4841d6faa7c46",
3-
"blob-sha": "47b1522d0147d4ebff104234581a09607eef501d",
2+
"sha": "cf5bef6307ddeab94faa37df0a2bc719b51d9a95",
3+
"blob-sha": "22e9d3452325af69d53a3c8d05007f9f1e02c760",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)