From 2d09033e712572e33484143776f0ca7cbff6d90f Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Fri, 18 Oct 2024 06:09:20 -0400 Subject: [PATCH] Sync secret scanning data (#52754) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- src/secret-scanning/data/public-docs.yml | 56 +++++++++++++++++++----- src/secret-scanning/lib/config.json | 4 +- 2 files changed, 46 insertions(+), 14 deletions(-) diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index 376625a62146..53bfadd9bc84 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 9b12ad87f096..06f7108ed122 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