diff --git a/data/secret-scanning.yml b/data/secret-scanning.yml index 592f469085..8b6d44fcca 100644 --- a/data/secret-scanning.yml +++ b/data/secret-scanning.yml @@ -72,8 +72,8 @@ ghes: '>3.9' ghae: '>3.9' isPublic: true - isPrivateWithGhas: false - hasPushProtection: false + isPrivateWithGhas: true + hasPushProtection: true hasValidityCheck: false - provider: 'Aiven' @@ -85,8 +85,8 @@ ghes: '>3.9' ghae: '>3.9' isPublic: true - isPrivateWithGhas: false - hasPushProtection: false + isPrivateWithGhas: true + hasPushProtection: true hasValidityCheck: false - provider: 'Alibaba Cloud' @@ -696,6 +696,19 @@ hasPushProtection: true hasValidityCheck: false +- provider: 'Doppler' + supportedSecret: 'Doppler Service Account Token' + secretType: 'doppler_service_account_token' + versions: + fpt: '*' + ghec: '*' + ghes: '>=3.9' + ghae: '>= 3.9' + isPublic: true + isPrivateWithGhas: true + hasPushProtection: true + hasValidityCheck: false + - provider: 'Dropbox' supportedSecret: 'Dropbox Access Token' secretType: 'dropbox_access_token'