Skip to content

Commit 282a2d1

Browse files
nattywombatmarzvroveram-stead
authored
Docs updates with secret scanning partners and patterns (#42568)
Co-authored-by: marz <marzvrover@github.com> Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
1 parent e4a6a88 commit 282a2d1

File tree

1 file changed

+64
-12
lines changed

1 file changed

+64
-12
lines changed

data/secret-scanning.yml

Lines changed: 64 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@
99
isPublic: true
1010
isPrivateWithGhas: true
1111
hasPushProtection: true
12+
hasValidityCheck: '{% ifversion fpt or ghes < 3.12 %}false{% else %}true{% endif %}'
13+
14+
- provider: 'Adobe'
15+
supportedSecret: 'Adobe Client Secret'
16+
secretType: 'adobe_client_secret'
17+
versions:
18+
fpt: '*'
19+
ghec: '*'
20+
ghes: '>=3.11'
21+
ghae: '>=3.11'
22+
isPublic: true
23+
isPrivateWithGhas: true
24+
hasPushProtection: true
1225
hasValidityCheck: false
1326

1427
- provider: 'Adobe'
@@ -21,20 +34,33 @@
2134
ghae: '*'
2235
isPublic: true
2336
isPrivateWithGhas: true
24-
hasPushProtection: false
37+
hasPushProtection: true
2538
hasValidityCheck: false
2639

2740
- provider: 'Adobe'
28-
supportedSecret: 'Adobe JSON Web Token'
29-
secretType: 'adobe_jwt'
41+
supportedSecret: 'Adobe PAC Token'
42+
secretType: 'adobe_pac_token'
3043
versions:
3144
fpt: '*'
3245
ghec: '*'
33-
ghes: '*'
34-
ghae: '*'
46+
ghes: '>=3.11'
47+
ghae: '>=3.11'
3548
isPublic: true
3649
isPrivateWithGhas: true
37-
hasPushProtection: false
50+
hasPushProtection: true
51+
hasValidityCheck: false
52+
53+
- provider: 'Adobe'
54+
supportedSecret: 'Adobe Refresh Token'
55+
secretType: 'adobe_refresh_token'
56+
versions:
57+
fpt: '*'
58+
ghec: '*'
59+
ghes: '>=3.11'
60+
ghae: '>=3.11'
61+
isPublic: true
62+
isPrivateWithGhas: true
63+
hasPushProtection: true
3864
hasValidityCheck: false
3965

4066
- provider: 'Adobe'
@@ -47,7 +73,7 @@
4773
ghae: '*'
4874
isPublic: true
4975
isPrivateWithGhas: true
50-
hasPushProtection: false
76+
hasPushProtection: true
5177
hasValidityCheck: false
5278

5379
- provider: 'Adobe'
@@ -60,7 +86,7 @@
6086
ghae: '*'
6187
isPublic: true
6288
isPrivateWithGhas: true
63-
hasPushProtection: false
89+
hasPushProtection: true
6490
hasValidityCheck: false
6591

6692
- provider: 'Aiven'
@@ -1136,7 +1162,7 @@
11361162
isPublic: false
11371163
isPrivateWithGhas: true
11381164
hasPushProtection: false
1139-
hasValidityCheck: false
1165+
hasValidityCheck: '{% ifversion fpt or ghes < 3.12 %}false{% else %}true{% endif %}'
11401166

11411167
- provider: 'Google'
11421168
supportedSecret: 'Google OAuth Client ID with Google OAuth Client Secret'
@@ -1175,7 +1201,7 @@
11751201
isPublic: true
11761202
isPrivateWithGhas: true
11771203
hasPushProtection: false
1178-
hasValidityCheck: false
1204+
hasValidityCheck: '{% ifversion fpt or ghes < 3.12 %}false{% else %}true{% endif %}'
11791205

11801206
- provider: 'Google Cloud'
11811207
supportedSecret: 'Google Cloud Private Key ID'
@@ -1604,6 +1630,19 @@
16041630
hasPushProtection: false
16051631
hasValidityCheck: false
16061632

1633+
- provider: 'Maxmind'
1634+
supportedSecret: 'Maxmind License Key'
1635+
secretType: 'maxmind_license_key'
1636+
versions:
1637+
fpt: '*'
1638+
ghec: '*'
1639+
ghes: '>=3.11'
1640+
ghae: '>=3.11'
1641+
isPublic: false
1642+
isPrivateWithGhas: true
1643+
hasPushProtection: true
1644+
hasValidityCheck: false
1645+
16071646
- provider: 'Mercury'
16081647
supportedSecret: 'Mercury Non-Production API Token'
16091648
secretType: 'mercury_non_production_api_token'
@@ -1784,7 +1823,7 @@
17841823
isPublic: true
17851824
isPrivateWithGhas: true
17861825
hasPushProtection: true
1787-
hasValidityCheck: false
1826+
hasValidityCheck: '{% ifversion fpt or ghes < 3.12 %}false{% else %}true{% endif %}'
17881827

17891828
- provider: 'Octopus Deploy'
17901829
supportedSecret: 'Octopus Deploy API Key'
@@ -1914,7 +1953,20 @@
19141953
isPublic: true
19151954
isPrivateWithGhas: true
19161955
hasPushProtection: true
1917-
hasValidityCheck: false
1956+
hasValidityCheck: '{% ifversion fpt or ghes < 3.12 %}false{% else %}true{% endif %}'
1957+
1958+
- provider: 'OpenAI'
1959+
supportedSecret: 'OpenAI API Key V2'
1960+
secretType: 'openai_api_key_v2'
1961+
versions:
1962+
fpt: '*'
1963+
ghec: '*'
1964+
ghes: '>=3.5'
1965+
ghae: '>= 3.5'
1966+
isPublic: true
1967+
isPrivateWithGhas: true
1968+
hasPushProtection: true
1969+
hasValidityCheck: '{% ifversion fpt or ghes < 3.12 %}false{% else %}true{% endif %}'
19181970

19191971
- provider: 'Palantir'
19201972
supportedSecret: 'Palantir JSON Web Token'

0 commit comments

Comments
 (0)