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**.

@@ -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

- 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: