Skip to content

Commit 4fd5b55

Browse files
docs-botmchammer01
andauthored
Sync secret scanning data (#56966)
Co-authored-by: mc <[email protected]>
1 parent c4f3330 commit 4fd5b55

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

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

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,17 @@
117117
hasPushProtection: true
118118
hasValidityCheck: false
119119
isduplicate: false
120+
- provider: Akamai
121+
supportedSecret: Akamai API Credentials
122+
secretType: akamai_api_credentials
123+
versions:
124+
fpt: '*'
125+
ghec: '*'
126+
isPublic: false
127+
isPrivateWithGhas: true
128+
hasPushProtection: false
129+
hasValidityCheck: false
130+
isduplicate: false
120131
- provider: Alibaba
121132
supportedSecret: Alibaba Cloud AccessKey ID
122133
secretType: alibaba_cloud_access_key_id </br>alibaba_cloud_access_key_secret
@@ -1620,7 +1631,7 @@
16201631
isPublic: true
16211632
isPrivateWithGhas: true
16221633
hasPushProtection: false
1623-
hasValidityCheck: false
1634+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
16241635
isduplicate: false
16251636
- provider: Cohere
16261637
supportedSecret: Cohere API Key
@@ -2250,7 +2261,7 @@
22502261
isPublic: true
22512262
isPrivateWithGhas: true
22522263
hasPushProtection: true
2253-
hasValidityCheck: false
2264+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
22542265
isduplicate: true
22552266
- provider: GitHub
22562267
supportedSecret: GitHub App Installation Access Token
@@ -2494,7 +2505,7 @@
24942505
isPublic: true
24952506
isPrivateWithGhas: true
24962507
hasPushProtection: true
2497-
hasValidityCheck: false
2508+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
24982509
isduplicate: false
24992510
- provider: Grafana
25002511
supportedSecret: Grafana Project API Key
@@ -2758,7 +2769,7 @@
27582769
isPublic: true
27592770
isPrivateWithGhas: true
27602771
hasPushProtection: true
2761-
hasValidityCheck: false
2772+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
27622773
isduplicate: false
27632774
- provider: Intercom
27642775
supportedSecret: Intercom Access Token
@@ -4146,7 +4157,7 @@
41464157
isPublic: true
41474158
isPrivateWithGhas: true
41484159
hasPushProtection: true
4149-
hasValidityCheck: false
4160+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
41504161
isduplicate: false
41514162
- provider: Salesforce
41524163
supportedSecret: Salesforce OAuth2 Consumer 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": "01299c0adaae7096ec8fae216614337d502a4613",
3-
"blob-sha": "a4039b2ae13a43e5737fc1e789713a0ebc2ea4c6",
2+
"sha": "1a082834369ed04963911ef06c4a0de0cf1755a0",
3+
"blob-sha": "70a236d2f851f211cfff51c0976d31a48677503c",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)