diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index 376625a621..53bfadd9bc 100644 --- a/src/secret-scanning/data/public-docs.yml +++ b/src/secret-scanning/data/public-docs.yml @@ -1498,18 +1498,6 @@ hasPushProtection: false hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: false -- provider: Google - supportedSecret: Google Cloud Private Key ID - secretType: google_cloud_private_key_id - versions: - fpt: '*' - ghec: '*' - ghes: <3.13 - isPublic: true - isPrivateWithGhas: false - hasPushProtection: false - hasValidityCheck: false - isduplicate: false - provider: Google supportedSecret: Google Cloud Service Account Credentials secretType: google_cloud_service_account_credentials @@ -2871,6 +2859,50 @@ hasPushProtection: true hasValidityCheck: false isduplicate: false +- provider: Sentry + supportedSecret: Sentry Integration Token + secretType: sentry_integration_token + versions: + fpt: '*' + ghec: '*' + isPublic: false + isPrivateWithGhas: true + hasPushProtection: false + hasValidityCheck: false + isduplicate: false +- provider: Sentry + supportedSecret: Sentry Org Auth Token + secretType: sentry_org_auth_token + versions: + fpt: '*' + ghec: '*' + isPublic: false + isPrivateWithGhas: true + hasPushProtection: false + hasValidityCheck: false + isduplicate: false +- provider: Sentry + supportedSecret: Sentry User App Auth Token + secretType: sentry_user_app_auth_token + versions: + fpt: '*' + ghec: '*' + isPublic: false + isPrivateWithGhas: true + hasPushProtection: false + hasValidityCheck: false + isduplicate: false +- provider: Sentry + supportedSecret: Sentry User Auth Token + secretType: sentry_user_auth_token + versions: + fpt: '*' + ghec: '*' + isPublic: false + isPrivateWithGhas: true + hasPushProtection: false + hasValidityCheck: false + isduplicate: false - provider: Shippo supportedSecret: Shippo Live API Token secretType: shippo_live_api_token diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index 9b12ad87f0..06f7108ed1 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "15fc6a5c088b86a22bbd6f05b93d939727f27bd0", - "blob-sha": "f072a97f15d05b43583076e43d8a70dc7b8d0bb7", + "sha": "83070f32cc15cca56b693ddec28b6a2210e7da9c", + "blob-sha": "7f30272d239f59a199c53f04f509bfb51dd9a18b", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file