Skip to content

Commit f8ee742

Browse files
docs-botmchammer01
andauthored
Sync secret scanning data (#56937)
Co-authored-by: mc <[email protected]>
1 parent a089dcf commit f8ee742

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

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

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
- provider: 1Password
2+
supportedSecret: 1Password Service Account Token
3+
secretType: 1password_service_account_token
4+
versions:
5+
fpt: '*'
6+
ghec: '*'
7+
isPublic: false
8+
isPrivateWithGhas: true
9+
hasPushProtection: false
10+
hasValidityCheck: false
11+
isduplicate: false
112
- provider: Adafruit
213
supportedSecret: Adafruit IO Key
314
secretType: adafruit_io_key
@@ -165,7 +176,7 @@
165176
isPublic: true
166177
isPrivateWithGhas: true
167178
hasPushProtection: true
168-
hasValidityCheck: false
179+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
169180
isduplicate: false
170181
- provider: Anthropic
171182
supportedSecret: Anthropic API Key
@@ -177,7 +188,7 @@
177188
isPublic: true
178189
isPrivateWithGhas: true
179190
hasPushProtection: true
180-
hasValidityCheck: false
191+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
181192
isduplicate: false
182193
- provider: Anthropic
183194
supportedSecret: Anthropic Session ID
@@ -1258,7 +1269,7 @@
12581269
isPublic: true
12591270
isPrivateWithGhas: true
12601271
hasPushProtection: true
1261-
hasValidityCheck: false
1272+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
12621273
isduplicate: false
12631274
- provider: Bitrise
12641275
supportedSecret: Bitrise Workspace API Token
@@ -1632,7 +1643,7 @@
16321643
isPublic: true
16331644
isPrivateWithGhas: true
16341645
hasPushProtection: true
1635-
hasValidityCheck: false
1646+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
16361647
isduplicate: false
16371648
- provider: Contentful
16381649
supportedSecret: Contentful Web Token
@@ -2000,7 +2011,7 @@
20002011
isPublic: true
20012012
isPrivateWithGhas: true
20022013
hasPushProtection: false
2003-
hasValidityCheck: false
2014+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
20042015
isduplicate: false
20052016
- provider: Dropbox
20062017
supportedSecret: Dropbox Short-Lived Access Token
@@ -2024,7 +2035,7 @@
20242035
isPublic: false
20252036
isPrivateWithGhas: true
20262037
hasPushProtection: true
2027-
hasValidityCheck: false
2038+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
20282039
isduplicate: false
20292040
- provider: Duffel
20302041
supportedSecret: Duffel Test Access Token
@@ -2036,7 +2047,7 @@
20362047
isPublic: false
20372048
isPrivateWithGhas: true
20382049
hasPushProtection: true
2039-
hasValidityCheck: false
2050+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
20402051
isduplicate: false
20412052
- provider: Dynatrace
20422053
supportedSecret: Dynatrace API Token
@@ -4031,7 +4042,7 @@
40314042
isPublic: true
40324043
isPrivateWithGhas: true
40334044
hasPushProtection: true
4034-
hasValidityCheck: false
4045+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
40354046
isduplicate: false
40364047
- provider: redirect.pizza
40374048
supportedSecret: redirect.pizza API Token
@@ -4903,7 +4914,7 @@
49034914
isPublic: true
49044915
isPrivateWithGhas: true
49054916
hasPushProtection: true
4906-
hasValidityCheck: false
4917+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
49074918
isduplicate: true
49084919
- provider: WorkOS
49094920
supportedSecret: WorkOS Production 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": "888f35e31af644d721bb12c9b3143b6b42d5652a",
3-
"blob-sha": "ec24f6c2e3426c35ece41e52fb686170b15dec90",
2+
"sha": "8c4882cc5e248d08d7dd4daedcf92a9556d7bf5b",
3+
"blob-sha": "ea7f614767331a7ca755778cd1a13fb984fc40f1",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)