# Bitbucket Pipe

The Meterian Scanner [BitBucket](https://bitbucket.org) pipe enables you to automate a vulnerability scan of your codebase directly from the BitBucket repository.&#x20;

Getting hold of our pipe is fairly trivial. As it is [officially supported](https://bitbucket.org/product/features/pipelines/integrations?p=meterian-bot/meterian-scan), integration can simply require you to browse for it in the list of official pipes as you write the workflow of your pipeline in the BitBucket online editor (as shown in the image example below).&#x20;

<figure><img src="/files/ddPs6Hgwaiq7uGPIuLfM" alt=""><figcaption></figcaption></figure>

Once integrated within your project pipeline, any change you push will trigger a vulnerability analysis of your entire project. If vulnerabilities are detected, causing the analysis scores to go below the set threshold, your pipe workflow will be interrupted preventing you to potentially ship vulnerable code!

A list of working examples for all the supported languages can be found [here](https://bitbucket.org/meterian-bot/meterian-scan/src/master/README.md#markdown-header-example-projects).

Find out more about [Meterian Scan](https://bitbucket.org/product/features/pipelines/integrations?p=meterian-bot/meterian-scan) and integrate it into your CI/CD pipeline today! Please note that in order to use this integration you will need to be on any of our paid plans.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meterian.io/online-integrations/meterian-scanner-bitbucket-pipelines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
