Skip to content

Commit c05a341

Browse files
docs-botam-stead
andauthored
Sync secret scanning data (#57724)
Co-authored-by: Anne-Marie <[email protected]>
1 parent 5848ea8 commit c05a341

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
isPublic: true
544544
isPrivateWithGhas: true
545545
hasPushProtection: true
546-
hasValidityCheck: false
546+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
547547
base64Supported: false
548548
isduplicate: false
549549
- provider: Azure
@@ -751,7 +751,7 @@
751751
isPublic: true
752752
isPrivateWithGhas: true
753753
hasPushProtection: true
754-
hasValidityCheck: false
754+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
755755
base64Supported: false
756756
isduplicate: true
757757
- provider: Azure
@@ -1024,7 +1024,7 @@
10241024
isPublic: true
10251025
isPrivateWithGhas: true
10261026
hasPushProtection: true
1027-
hasValidityCheck: false
1027+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
10281028
base64Supported: false
10291029
isduplicate: false
10301030
- provider: Azure
@@ -3696,7 +3696,7 @@
36963696
isPublic: true
36973697
isPrivateWithGhas: true
36983698
hasPushProtection: false
3699-
hasValidityCheck: false
3699+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
37003700
base64Supported: false
37013701
isduplicate: false
37023702
- provider: MongoDB
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sha": "eccf6431f1e97d23ff7575fc7afabf9f7b27329f",
3-
"blob-sha": "3f57c664f49dbf57e8c64c07e611cab51689c215",
2+
"sha": "d9b6f5d1cc49b0244927746bb3cc3b0ee35a67f7",
3+
"blob-sha": "f9097b9e8b93a9b46bbf0cc0ceb91d06cb137efb",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)