Skip to content

Commit 41e3569

Browse files
docs-botmchammer01
andauthored
Sync secret scanning data (#56549)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent d55ef4d commit 41e3569

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
@@ -485,6 +485,17 @@
485485
hasPushProtection: true
486486
hasValidityCheck: false
487487
isduplicate: false
488+
- provider: Azure
489+
supportedSecret: Azure Event Grid Key Identifiable
490+
secretType: azure_event_grid_key_identifiable
491+
versions:
492+
fpt: '*'
493+
ghec: '*'
494+
isPublic: true
495+
isPrivateWithGhas: true
496+
hasPushProtection: true
497+
hasValidityCheck: false
498+
isduplicate: true
488499
- provider: Azure
489500
supportedSecret: Azure Event Hub Key Identifiable
490501
secretType: azure_event_hub_key_identifiable
@@ -890,7 +901,7 @@
890901
isPublic: true
891902
isPrivateWithGhas: true
892903
hasPushProtection: true
893-
hasValidityCheck: false
904+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
894905
isduplicate: false
895906
- provider: Canva
896907
supportedSecret: Canva App Secret
@@ -1654,7 +1665,7 @@
16541665
isPublic: true
16551666
isPrivateWithGhas: true
16561667
hasPushProtection: false
1657-
hasValidityCheck: false
1668+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
16581669
isduplicate: false
16591670
- provider: Frame.io
16601671
supportedSecret: Frame.io JSON Web Token
@@ -3066,7 +3077,7 @@
30663077
isPublic: true
30673078
isPrivateWithGhas: true
30683079
hasPushProtection: true
3069-
hasValidityCheck: false
3080+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
30703081
isduplicate: false
30713082
- provider: Persona Identities
30723083
supportedSecret: Persona Sandbox Api Key
@@ -3078,7 +3089,7 @@
30783089
isPublic: true
30793090
isPrivateWithGhas: true
30803091
hasPushProtection: true
3081-
hasValidityCheck: false
3092+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
30823093
isduplicate: false
30833094
- provider: Pinterest
30843095
supportedSecret: Pinterest Access Token
@@ -3150,7 +3161,7 @@
31503161
isPublic: true
31513162
isPrivateWithGhas: true
31523163
hasPushProtection: true
3153-
hasValidityCheck: false
3164+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
31543165
isduplicate: false
31553166
- provider: Planning Center
31563167
supportedSecret: Planning Center OAuth Application Secret
@@ -3438,7 +3449,7 @@
34383449
isPublic: true
34393450
isPrivateWithGhas: true
34403451
hasPushProtection: true
3441-
hasValidityCheck: false
3452+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
34423453
isduplicate: false
34433454
- provider: Replicate
34443455
supportedSecret: Replicate API Token
@@ -3462,7 +3473,7 @@
34623473
isPublic: false
34633474
isPrivateWithGhas: true
34643475
hasPushProtection: true
3465-
hasValidityCheck: false
3476+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
34663477
isduplicate: false
34673478
- provider: RubyGems
34683479
supportedSecret: RubyGems API Key
@@ -3546,7 +3557,7 @@
35463557
isPublic: true
35473558
isPrivateWithGhas: true
35483559
hasPushProtection: true
3549-
hasValidityCheck: false
3560+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
35503561
isduplicate: false
35513562
- provider: Segment
35523563
supportedSecret: Segment Public API Token
@@ -3558,7 +3569,7 @@
35583569
isPublic: true
35593570
isPrivateWithGhas: true
35603571
hasPushProtection: true
3561-
hasValidityCheck: false
3572+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
35623573
isduplicate: false
35633574
- provider: SendGrid
35643575
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": "9e7c83f3df4cb2d20d66627debf62a5d9dc7cd48",
3-
"blob-sha": "5e45dd83af6526c7fbdcab9d8f5adfa51f8d551a",
2+
"sha": "59459195f898490f26f8aa6417cf54df23aa6ff7",
3+
"blob-sha": "e59d91b6e8d5c9dd3c8496286421b8915efb0d5c",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)