Skip to content

Commit 472cc8c

Browse files
Sync secret scanning data (#57717)
Co-authored-by: Felicity Chapman <felicitymay@github.com>
1 parent b1a8b43 commit 472cc8c

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@
14121412
isPublic: false
14131413
isPrivateWithGhas: true
14141414
hasPushProtection: true
1415-
hasValidityCheck: false
1415+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
14161416
base64Supported: false
14171417
isduplicate: false
14181418
- provider: Azure
@@ -4113,6 +4113,18 @@
41134113
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
41144114
base64Supported: false
41154115
isduplicate: false
4116+
- provider: OpenVSX
4117+
supportedSecret: OpenVSX Access Token
4118+
secretType: openvsx_access_token
4119+
versions:
4120+
fpt: '*'
4121+
ghec: '*'
4122+
isPublic: false
4123+
isPrivateWithGhas: true
4124+
hasPushProtection: false
4125+
hasValidityCheck: false
4126+
base64Supported: false
4127+
isduplicate: true
41164128
- provider: Openweather
41174129
supportedSecret: Openweather API Key
41184130
secretType: openweather_api_key
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sha": "145ca132711fe1f6e74b2267ac61a98b12bf379f",
3-
"blob-sha": "c3f0fc41ae4825e34c7726f5c6c50ff0426caffd",
2+
"sha": "eccf6431f1e97d23ff7575fc7afabf9f7b27329f",
3+
"blob-sha": "3f57c664f49dbf57e8c64c07e611cab51689c215",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)