Skip to content

Commit 12ccf77

Browse files
docs-botmchammer01
andauthored
Sync secret scanning data (#56612)
Co-authored-by: mc <[email protected]>
1 parent 6467e89 commit 12ccf77

File tree

2 files changed

+58
-3
lines changed

2 files changed

+58
-3
lines changed

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

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,17 @@
413413
hasPushProtection: true
414414
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
415415
isduplicate: false
416+
- provider: Azure
417+
supportedSecret: Azure App Configuration Key
418+
secretType: azure_app_configuration_key
419+
versions:
420+
fpt: '*'
421+
ghec: '*'
422+
isPublic: true
423+
isPrivateWithGhas: true
424+
hasPushProtection: true
425+
hasValidityCheck: false
426+
isduplicate: false
416427
- provider: Azure
417428
supportedSecret: Azure Batch Key Identifiable
418429
secretType: azure_batch_key_identifiable
@@ -449,6 +460,17 @@
449460
hasPushProtection: false
450461
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
451462
isduplicate: false
463+
- provider: Azure
464+
supportedSecret: Azure Communication Services Key
465+
secretType: azure_communication_services_key
466+
versions:
467+
fpt: '*'
468+
ghec: '*'
469+
isPublic: true
470+
isPrivateWithGhas: true
471+
hasPushProtection: true
472+
hasValidityCheck: false
473+
isduplicate: false
452474
- provider: Azure
453475
supportedSecret: Azure Registry Key Identifiable
454476
secretType: azure_container_registry_key_identifiable
@@ -604,6 +626,17 @@
604626
hasPushProtection: false
605627
hasValidityCheck: false
606628
isduplicate: false
629+
- provider: Azure
630+
supportedSecret: Azure Maps Key
631+
secretType: azure_maps_key
632+
versions:
633+
fpt: '*'
634+
ghec: '*'
635+
isPublic: true
636+
isPrivateWithGhas: true
637+
hasPushProtection: true
638+
hasValidityCheck: false
639+
isduplicate: false
607640
- provider: Azure
608641
supportedSecret: Azure ML Inference Key
609642
secretType: azure_ml_inference_identifiable_key
@@ -758,6 +791,17 @@
758791
hasPushProtection: true
759792
hasValidityCheck: false
760793
isduplicate: true
794+
- provider: Azure
795+
supportedSecret: Microsoft Azure Web App Bot Key
796+
secretType: azure_web_app_bot_key
797+
versions:
798+
fpt: '*'
799+
ghec: '*'
800+
isPublic: true
801+
isPrivateWithGhas: true
802+
hasPushProtection: true
803+
hasValidityCheck: false
804+
isduplicate: false
761805
- provider: Azure
762806
supportedSecret: Azure Web Pub Sub Connection String
763807
secretType: azure_web_pub_sub_connection_string
@@ -770,6 +814,17 @@
770814
hasPushProtection: true
771815
hasValidityCheck: false
772816
isduplicate: false
817+
- provider: Azure
818+
supportedSecret: Azure Web Pub Sub Key
819+
secretType: azure_web_pub_sub_key
820+
versions:
821+
fpt: '*'
822+
ghec: '*'
823+
isPublic: true
824+
isPrivateWithGhas: true
825+
hasPushProtection: true
826+
hasValidityCheck: false
827+
isduplicate: true
773828
- provider: Azure
774829
supportedSecret: Microsoft Azure Entra ID Token
775830
secretType: microsoft_azure_entra_id_token
@@ -3580,7 +3635,7 @@
35803635
isPublic: true
35813636
isPrivateWithGhas: true
35823637
hasPushProtection: true
3583-
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
3638+
hasValidityCheck: false
35843639
isduplicate: false
35853640
- provider: SendGrid
35863641
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": "868a7bf9e6f78223a431bab1b3631fdc3a63a4e1",
3-
"blob-sha": "a25a2857965bcebecb4646ce854a78042c4b599e",
2+
"sha": "feedd2ca729f955bcd0ca1ec16d7ed00874dc9cb",
3+
"blob-sha": "cb3a0e220b9ccc9c248b2a0be0dbeeb37bdd1d50",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)