Skip to content

Commit b307022

Browse files
authored
Merge pull request #40079 from github/repo-sync
Repo sync
2 parents b88d310 + a29ac3f commit b307022

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
@@ -5134,7 +5134,7 @@
51345134
isPublic: true
51355135
isPrivateWithGhas: true
51365136
hasPushProtection: true
5137-
hasValidityCheck: false
5137+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
51385138
base64Supported: false
51395139
isduplicate: true
51405140
- provider: SSLMate
@@ -5417,7 +5417,7 @@
54175417
isPublic: true
54185418
isPrivateWithGhas: true
54195419
hasPushProtection: true
5420-
hasValidityCheck: false
5420+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
54215421
base64Supported: false
54225422
isduplicate: false
54235423
- provider: Uniwise
@@ -5674,7 +5674,7 @@
56745674
isPublic: true
56755675
isPrivateWithGhas: true
56765676
hasPushProtection: true
5677-
hasValidityCheck: false
5677+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
56785678
base64Supported: false
56795679
isduplicate: false
56805680
- provider: Yandex
@@ -5700,7 +5700,7 @@
57005700
isPublic: false
57015701
isPrivateWithGhas: true
57025702
hasPushProtection: false
5703-
hasValidityCheck: false
5703+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
57045704
base64Supported: false
57055705
isduplicate: false
57065706
- provider: ZenHub
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sha": "44a6c7a210c90e7d599674b70e8835b5292b4215",
3-
"blob-sha": "c74f02d913adea5b78986158480cb9533e41bafe",
2+
"sha": "6f15bb267b6c270847436fdb9375a396f814ca3d",
3+
"blob-sha": "592db5c78e2a659f5f74bbedc7b00ed39bec140a",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)