|
130 | 130 | hasPushProtection: true |
131 | 131 | hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
132 | 132 | 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 |
133 | 144 | - provider: Amazon AWS |
134 | 145 | supportedSecret: Amazon AWS Session Token |
135 | 146 | secretType: >- |
|
1809 | 1820 | isPublic: true |
1810 | 1821 | isPrivateWithGhas: true |
1811 | 1822 | hasPushProtection: true |
1812 | | - hasValidityCheck: false |
| 1823 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
1813 | 1824 | isduplicate: false |
1814 | 1825 | - provider: DigitalOcean |
1815 | 1826 | supportedSecret: DigitalOcean Personal Access Token |
|
1821 | 1832 | isPublic: true |
1822 | 1833 | isPrivateWithGhas: true |
1823 | 1834 | hasPushProtection: true |
1824 | | - hasValidityCheck: false |
| 1835 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
1825 | 1836 | isduplicate: false |
1826 | 1837 | - provider: DigitalOcean |
1827 | 1838 | supportedSecret: DigitalOcean Refresh Token |
|
2313 | 2324 | isPublic: false |
2314 | 2325 | isPrivateWithGhas: true |
2315 | 2326 | hasPushProtection: true |
2316 | | - hasValidityCheck: false |
| 2327 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
2317 | 2328 | isduplicate: false |
2318 | 2329 | - provider: GoCardless |
2319 | 2330 | supportedSecret: GoCardless Live Access Token |
|
2545 | 2556 | isPublic: true |
2546 | 2557 | isPrivateWithGhas: true |
2547 | 2558 | hasPushProtection: true |
2548 | | - hasValidityCheck: false |
| 2559 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
2549 | 2560 | isduplicate: false |
2550 | 2561 | - provider: Heroku |
2551 | 2562 | supportedSecret: Heroku Platform API OAuth2 Token |
|
3355 | 3366 | hasPushProtection: true |
3356 | 3367 | hasValidityCheck: false |
3357 | 3368 | 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 |
3358 | 3380 | - provider: Notion |
3359 | 3381 | supportedSecret: Notion Integration Token |
3360 | 3382 | secretType: notion_integration_token |
|
4424 | 4446 | versions: |
4425 | 4447 | fpt: '*' |
4426 | 4448 | ghec: '*' |
4427 | | - isPublic: false |
| 4449 | + isPublic: true |
4428 | 4450 | isPrivateWithGhas: true |
4429 | 4451 | hasPushProtection: false |
4430 | 4452 | hasValidityCheck: false |
|
4655 | 4677 | isPublic: true |
4656 | 4678 | isPrivateWithGhas: true |
4657 | 4679 | hasPushProtection: false |
4658 | | - hasValidityCheck: false |
| 4680 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
4659 | 4681 | isduplicate: false |
4660 | 4682 | - provider: Telegram |
4661 | 4683 | supportedSecret: Telegram Bot Token |
|
0 commit comments