From 5c4dda76163aad241991a9ac3b71098d02a386db Mon Sep 17 00:00:00 2001 From: Courtney Claessens Date: Tue, 18 Jun 2024 08:57:09 -0400 Subject: [PATCH] Remove a secret scanning pattern from supported patterns list (#51242) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- data/secret-scanning.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/data/secret-scanning.yml b/data/secret-scanning.yml index 9c7ac0b24a..30c5dc95c2 100644 --- a/data/secret-scanning.yml +++ b/data/secret-scanning.yml @@ -1985,18 +1985,6 @@ hasPushProtection: true hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' -- provider: 'OpenAI' - supportedSecret: 'OpenAI API Key V2' - secretType: 'openai_api_key_v2' - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' - isPublic: true - isPrivateWithGhas: true - hasPushProtection: true - hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' - - provider: 'Palantir' supportedSecret: 'Palantir JSON Web Token' secretType: 'palantir_jwt'