From 92147b5398b7f1dd4bde22db52524d91c2e5178f Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Mon, 7 Jul 2025 19:19:37 -0700 Subject: [PATCH] improvements: nits and remove console log --- backend/src/server/plugins/secret-scanner-v2.ts | 2 -- docs/integrations/app-connections/bitbucket.mdx | 10 +++++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/backend/src/server/plugins/secret-scanner-v2.ts b/backend/src/server/plugins/secret-scanner-v2.ts index 63a7f97ce..1323fa4ad 100644 --- a/backend/src/server/plugins/secret-scanner-v2.ts +++ b/backend/src/server/plugins/secret-scanner-v2.ts @@ -103,8 +103,6 @@ export const registerSecretScanningV2Webhooks = async (server: FastifyZodProvide if (!dataSourceId) return res.status(400).send({ message: "Data Source ID is required" }); - console.log("111"); - await server.services.secretScanningV2.bitbucket.handlePushEvent({ ...(req.body as TBitbucketPushEvent), dataSourceId, diff --git a/docs/integrations/app-connections/bitbucket.mdx b/docs/integrations/app-connections/bitbucket.mdx index 6c09505af..e4f9ae29f 100644 --- a/docs/integrations/app-connections/bitbucket.mdx +++ b/docs/integrations/app-connections/bitbucket.mdx @@ -6,7 +6,7 @@ description: "Learn how to configure a Bitbucket Connection for Infisical." Infisical supports the use of [API Tokens](https://support.atlassian.com/bitbucket-cloud/docs/api-tokens/) to connect with Bitbucket. - Infisical recommends creating a dedicated Bitbucket account with access restricted to only the repositories you want to scan. + Infisical recommends creating a dedicated Bitbucket account with access restricted to only the resources your use case requires. ## Create Bitbucket Access Token @@ -26,8 +26,8 @@ Infisical supports the use of [API Tokens](https://support.atlassian.com/bitbuck Keep in mind that you'll need to manually replace the token after it expires. - - Select 'Bitbucket' and then click **Next**. + + Select **Bitbucket** and then click **Next**. ![Select Bitbucket](/images/app-connections/bitbucket/step-3.png) @@ -49,7 +49,7 @@ Infisical supports the use of [API Tokens](https://support.atlassian.com/bitbuck - Click 'Next'. + Click **Next**. @@ -70,7 +70,7 @@ Infisical supports the use of [API Tokens](https://support.atlassian.com/bitbuck ![App Connections Tab](/images/app-connections/general/add-connection.png) - Click the **Add new connection** button and select 'Bitbucket' from the list of available connections. + Click the **Add new connection** button and select **Bitbucket** from the list of available connections. Complete the Bitbucket Connection form by entering: