|
595 | 595 | isduplicate: false
|
596 | 596 | - provider: Azure
|
597 | 597 | supportedSecret: Azure ML Internal Service Principal Key
|
598 |
| - secretType: azure_ml_interal_service_principal_identifiable_key |
| 598 | + secretType: azure_ml_internal_service_principal_identifiable_key |
599 | 599 | versions:
|
600 | 600 | fpt: '*'
|
601 | 601 | ghec: '*'
|
|
974 | 974 | isPublic: true
|
975 | 975 | isPrivateWithGhas: true
|
976 | 976 | hasPushProtection: true
|
977 |
| - hasValidityCheck: false |
| 977 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
978 | 978 | isduplicate: true
|
979 | 979 | - provider: Chief Tools
|
980 | 980 | supportedSecret: Chief Tools Token
|
|
1152 | 1152 | isPublic: true
|
1153 | 1153 | isPrivateWithGhas: true
|
1154 | 1154 | hasPushProtection: false
|
1155 |
| - hasValidityCheck: false |
| 1155 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
1156 | 1156 | isduplicate: false
|
1157 | 1157 | - provider: Databricks
|
1158 | 1158 | supportedSecret: Databricks Access Token
|
|
1378 | 1378 | isPublic: true
|
1379 | 1379 | isPrivateWithGhas: true
|
1380 | 1380 | hasPushProtection: true
|
1381 |
| - hasValidityCheck: false |
| 1381 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
1382 | 1382 | isduplicate: false
|
1383 | 1383 | - provider: Doppler
|
1384 | 1384 | supportedSecret: Doppler CLI Token
|
|
1390 | 1390 | isPublic: true
|
1391 | 1391 | isPrivateWithGhas: true
|
1392 | 1392 | hasPushProtection: true
|
1393 |
| - hasValidityCheck: false |
| 1393 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
1394 | 1394 | isduplicate: false
|
1395 | 1395 | - provider: Doppler
|
1396 | 1396 | supportedSecret: Doppler Personal Token
|
|
1414 | 1414 | isPublic: true
|
1415 | 1415 | isPrivateWithGhas: true
|
1416 | 1416 | hasPushProtection: true
|
1417 |
| - hasValidityCheck: false |
| 1417 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
1418 | 1418 | isduplicate: false
|
1419 | 1419 | - provider: Doppler
|
1420 | 1420 | supportedSecret: Doppler Service Account Token
|
|
1426 | 1426 | isPublic: true
|
1427 | 1427 | isPrivateWithGhas: true
|
1428 | 1428 | hasPushProtection: true
|
1429 |
| - hasValidityCheck: false |
| 1429 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
1430 | 1430 | isduplicate: false
|
1431 | 1431 | - provider: Doppler
|
1432 | 1432 | supportedSecret: Doppler Service Token
|
|
1438 | 1438 | isPublic: true
|
1439 | 1439 | isPrivateWithGhas: true
|
1440 | 1440 | hasPushProtection: true
|
1441 |
| - hasValidityCheck: false |
| 1441 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
1442 | 1442 | isduplicate: false
|
1443 | 1443 | - provider: Dropbox
|
1444 | 1444 | supportedSecret: Dropbox Access Token
|
|
1594 | 1594 | isPublic: true
|
1595 | 1595 | isPrivateWithGhas: true
|
1596 | 1596 | hasPushProtection: true
|
1597 |
| - hasValidityCheck: false |
| 1597 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
1598 | 1598 | isduplicate: false
|
1599 | 1599 | - provider: Finicity
|
1600 | 1600 | supportedSecret: Finicity App Key
|
|
1630 | 1630 | isPublic: false
|
1631 | 1631 | isPrivateWithGhas: true
|
1632 | 1632 | hasPushProtection: true
|
1633 |
| - hasValidityCheck: false |
| 1633 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
1634 | 1634 | isduplicate: false
|
1635 | 1635 | - provider: Flutterwave
|
1636 | 1636 | supportedSecret: Flutterwave Test API Secret Key
|
|
1642 | 1642 | isPublic: false
|
1643 | 1643 | isPrivateWithGhas: true
|
1644 | 1644 | hasPushProtection: false
|
1645 |
| - hasValidityCheck: false |
| 1645 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
1646 | 1646 | isduplicate: false
|
1647 | 1647 | - provider: Frame.io
|
1648 | 1648 | supportedSecret: Frame.io Developer Token
|
|
1666 | 1666 | isPublic: true
|
1667 | 1667 | isPrivateWithGhas: true
|
1668 | 1668 | hasPushProtection: true
|
1669 |
| - hasValidityCheck: false |
| 1669 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
1670 | 1670 | isduplicate: false
|
1671 | 1671 | - provider: FullStory
|
1672 | 1672 | supportedSecret: FullStory API Key
|
|
2066 | 2066 | isPublic: true
|
2067 | 2067 | isPrivateWithGhas: true
|
2068 | 2068 | hasPushProtection: true
|
2069 |
| - hasValidityCheck: false |
| 2069 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
2070 | 2070 | isduplicate: false
|
2071 | 2071 | - provider: Highnote
|
2072 | 2072 | supportedSecret: Highnote SK Test Key
|
|
2078 | 2078 | isPublic: true
|
2079 | 2079 | isPrivateWithGhas: true
|
2080 | 2080 | hasPushProtection: true
|
2081 |
| - hasValidityCheck: false |
| 2081 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
2082 | 2082 | isduplicate: false
|
2083 | 2083 | - provider: HOP
|
2084 | 2084 | supportedSecret: HOP Bearer
|
|
2292 | 2292 | isPublic: true
|
2293 | 2293 | isPrivateWithGhas: true
|
2294 | 2294 | hasPushProtection: false
|
2295 |
| - hasValidityCheck: false |
| 2295 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
2296 | 2296 | isduplicate: false
|
2297 | 2297 | - provider: Lichess
|
2298 | 2298 | supportedSecret: Lichess Personal Access Token
|
|
2304 | 2304 | isPublic: true
|
2305 | 2305 | isPrivateWithGhas: true
|
2306 | 2306 | hasPushProtection: false
|
2307 |
| - hasValidityCheck: false |
| 2307 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
2308 | 2308 | isduplicate: false
|
2309 | 2309 | - provider: Lightspeed
|
2310 | 2310 | supportedSecret: Lightspeed Personal Access Token
|
|
2364 | 2364 | isPublic: false
|
2365 | 2365 | isPrivateWithGhas: true
|
2366 | 2366 | hasPushProtection: false
|
2367 |
| - hasValidityCheck: false |
| 2367 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
2368 | 2368 | isduplicate: false
|
2369 | 2369 | - provider: Lob
|
2370 | 2370 | supportedSecret: Lob Test API Key
|
|
2376 | 2376 | isPublic: false
|
2377 | 2377 | isPrivateWithGhas: true
|
2378 | 2378 | hasPushProtection: true
|
2379 |
| - hasValidityCheck: false |
| 2379 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
2380 | 2380 | isduplicate: false
|
2381 | 2381 | - provider: Localstack
|
2382 | 2382 | supportedSecret: Localstack API Key
|
|
2517 | 2517 | isPublic: false
|
2518 | 2518 | isPrivateWithGhas: true
|
2519 | 2519 | hasPushProtection: false
|
2520 |
| - hasValidityCheck: false |
| 2520 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
2521 | 2521 | isduplicate: false
|
2522 | 2522 | - provider: MaxMind
|
2523 | 2523 | supportedSecret: MaxMind License Key
|
|
2541 | 2541 | isPublic: true
|
2542 | 2542 | isPrivateWithGhas: true
|
2543 | 2543 | hasPushProtection: true
|
2544 |
| - hasValidityCheck: false |
| 2544 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
2545 | 2545 | isduplicate: false
|
2546 | 2546 | - provider: Mercury
|
2547 | 2547 | supportedSecret: Mercury Production API Token
|
|
2553 | 2553 | isPublic: true
|
2554 | 2554 | isPrivateWithGhas: true
|
2555 | 2555 | hasPushProtection: true
|
2556 |
| - hasValidityCheck: false |
| 2556 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
2557 | 2557 | isduplicate: false
|
2558 | 2558 | - provider: Mergify
|
2559 | 2559 | supportedSecret: Mergify Application Key
|
|
3366 | 3366 | isPublic: true
|
3367 | 3367 | isPrivateWithGhas: true
|
3368 | 3368 | hasPushProtection: true
|
3369 |
| - hasValidityCheck: false |
| 3369 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
3370 | 3370 | isduplicate: false
|
3371 | 3371 | - provider: PyPI
|
3372 | 3372 | supportedSecret: PyPI API Token
|
|
3450 | 3450 | isPublic: true
|
3451 | 3451 | isPrivateWithGhas: true
|
3452 | 3452 | hasPushProtection: true
|
3453 |
| - hasValidityCheck: false |
| 3453 | + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' |
3454 | 3454 | isduplicate: false
|
3455 | 3455 | - provider: Rootly
|
3456 | 3456 | supportedSecret: Rootly API Key
|
|
0 commit comments