|
| 1 | +- provider: 1Password |
| 2 | + supportedSecret: 1Password Service Account Token |
| 3 | + secretType: 1password_service_account_token |
| 4 | + versions: |
| 5 | + fpt: '*' |
| 6 | + ghec: '*' |
| 7 | + isPublic: false |
| 8 | + isPrivateWithGhas: true |
| 9 | + hasPushProtection: false |
| 10 | + hasValidityCheck: false |
| 11 | + isduplicate: false |
1 | 12 | - provider: Adafruit |
2 | 13 | supportedSecret: Adafruit IO Key |
3 | 14 | secretType: adafruit_io_key |
|
165 | 176 | isPublic: true |
166 | 177 | isPrivateWithGhas: true |
167 | 178 | hasPushProtection: true |
168 | | - hasValidityCheck: false |
| 179 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
169 | 180 | isduplicate: false |
170 | 181 | - provider: Anthropic |
171 | 182 | supportedSecret: Anthropic API Key |
|
177 | 188 | isPublic: true |
178 | 189 | isPrivateWithGhas: true |
179 | 190 | hasPushProtection: true |
180 | | - hasValidityCheck: false |
| 191 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
181 | 192 | isduplicate: false |
182 | 193 | - provider: Anthropic |
183 | 194 | supportedSecret: Anthropic Session ID |
|
1258 | 1269 | isPublic: true |
1259 | 1270 | isPrivateWithGhas: true |
1260 | 1271 | hasPushProtection: true |
1261 | | - hasValidityCheck: false |
| 1272 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
1262 | 1273 | isduplicate: false |
1263 | 1274 | - provider: Bitrise |
1264 | 1275 | supportedSecret: Bitrise Workspace API Token |
|
1632 | 1643 | isPublic: true |
1633 | 1644 | isPrivateWithGhas: true |
1634 | 1645 | hasPushProtection: true |
1635 | | - hasValidityCheck: false |
| 1646 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
1636 | 1647 | isduplicate: false |
1637 | 1648 | - provider: Contentful |
1638 | 1649 | supportedSecret: Contentful Web Token |
|
2000 | 2011 | isPublic: true |
2001 | 2012 | isPrivateWithGhas: true |
2002 | 2013 | hasPushProtection: false |
2003 | | - hasValidityCheck: false |
| 2014 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
2004 | 2015 | isduplicate: false |
2005 | 2016 | - provider: Dropbox |
2006 | 2017 | supportedSecret: Dropbox Short-Lived Access Token |
|
2024 | 2035 | isPublic: false |
2025 | 2036 | isPrivateWithGhas: true |
2026 | 2037 | hasPushProtection: true |
2027 | | - hasValidityCheck: false |
| 2038 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
2028 | 2039 | isduplicate: false |
2029 | 2040 | - provider: Duffel |
2030 | 2041 | supportedSecret: Duffel Test Access Token |
|
2036 | 2047 | isPublic: false |
2037 | 2048 | isPrivateWithGhas: true |
2038 | 2049 | hasPushProtection: true |
2039 | | - hasValidityCheck: false |
| 2050 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
2040 | 2051 | isduplicate: false |
2041 | 2052 | - provider: Dynatrace |
2042 | 2053 | supportedSecret: Dynatrace API Token |
|
4031 | 4042 | isPublic: true |
4032 | 4043 | isPrivateWithGhas: true |
4033 | 4044 | hasPushProtection: true |
4034 | | - hasValidityCheck: false |
| 4045 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
4035 | 4046 | isduplicate: false |
4036 | 4047 | - provider: redirect.pizza |
4037 | 4048 | supportedSecret: redirect.pizza API Token |
|
4903 | 4914 | isPublic: true |
4904 | 4915 | isPrivateWithGhas: true |
4905 | 4916 | hasPushProtection: true |
4906 | | - hasValidityCheck: false |
| 4917 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
4907 | 4918 | isduplicate: true |
4908 | 4919 | - provider: WorkOS |
4909 | 4920 | supportedSecret: WorkOS Production API Key |
|
0 commit comments