Skip to content

Commit 086ce15

Browse files
docs-botmchammer01
andauthored
Sync secret scanning data (#56909)
Co-authored-by: mc <[email protected]>
1 parent 8093e4c commit 086ce15

File tree

2 files changed

+30
-8
lines changed

2 files changed

+30
-8
lines changed

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

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,17 @@
130130
hasPushProtection: true
131131
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
132132
isduplicate: false
133+
- provider: Amazon AWS
134+
supportedSecret: Amazon AWS API Key ID
135+
secretType: aws_api_key
136+
versions:
137+
fpt: '*'
138+
ghec: '*'
139+
isPublic: true
140+
isPrivateWithGhas: true
141+
hasPushProtection: false
142+
hasValidityCheck: false
143+
isduplicate: false
133144
- provider: Amazon AWS
134145
supportedSecret: Amazon AWS Session Token
135146
secretType: >-
@@ -1809,7 +1820,7 @@
18091820
isPublic: true
18101821
isPrivateWithGhas: true
18111822
hasPushProtection: true
1812-
hasValidityCheck: false
1823+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
18131824
isduplicate: false
18141825
- provider: DigitalOcean
18151826
supportedSecret: DigitalOcean Personal Access Token
@@ -1821,7 +1832,7 @@
18211832
isPublic: true
18221833
isPrivateWithGhas: true
18231834
hasPushProtection: true
1824-
hasValidityCheck: false
1835+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
18251836
isduplicate: false
18261837
- provider: DigitalOcean
18271838
supportedSecret: DigitalOcean Refresh Token
@@ -2313,7 +2324,7 @@
23132324
isPublic: false
23142325
isPrivateWithGhas: true
23152326
hasPushProtection: true
2316-
hasValidityCheck: false
2327+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
23172328
isduplicate: false
23182329
- provider: GoCardless
23192330
supportedSecret: GoCardless Live Access Token
@@ -2545,7 +2556,7 @@
25452556
isPublic: true
25462557
isPrivateWithGhas: true
25472558
hasPushProtection: true
2548-
hasValidityCheck: false
2559+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
25492560
isduplicate: false
25502561
- provider: Heroku
25512562
supportedSecret: Heroku Platform API OAuth2 Token
@@ -3355,6 +3366,17 @@
33553366
hasPushProtection: true
33563367
hasValidityCheck: false
33573368
isduplicate: false
3369+
- provider: Notion
3370+
supportedSecret: Notion API Token
3371+
secretType: notion_api_token
3372+
versions:
3373+
fpt: '*'
3374+
ghec: '*'
3375+
isPublic: true
3376+
isPrivateWithGhas: true
3377+
hasPushProtection: true
3378+
hasValidityCheck: false
3379+
isduplicate: false
33583380
- provider: Notion
33593381
supportedSecret: Notion Integration Token
33603382
secretType: notion_integration_token
@@ -4424,7 +4446,7 @@
44244446
versions:
44254447
fpt: '*'
44264448
ghec: '*'
4427-
isPublic: false
4449+
isPublic: true
44284450
isPrivateWithGhas: true
44294451
hasPushProtection: false
44304452
hasValidityCheck: false
@@ -4655,7 +4677,7 @@
46554677
isPublic: true
46564678
isPrivateWithGhas: true
46574679
hasPushProtection: false
4658-
hasValidityCheck: false
4680+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
46594681
isduplicate: false
46604682
- provider: Telegram
46614683
supportedSecret: Telegram Bot Token

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": "594adea0c1c940527d547efc18db839af86d8b79",
3-
"blob-sha": "3feedd6d151816923eec708ffa058b4b2cc87184",
2+
"sha": "888f35e31af644d721bb12c9b3143b6b42d5652a",
3+
"blob-sha": "ec24f6c2e3426c35ece41e52fb686170b15dec90",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)