Quick summary
This tutorial shows how to integrate Snyk with Bitbucket Pipelines by adding a Snyk Scan pipe directly to your pipeline configuration file. Once committed, every pipeline run will automatically perform a security vulnerability scan on your codebase.
Steps
- Navigate to the left-side panel, then click Pipelines.
- Select the specific pipeline you want to integrate with Snyk.
- Tap the View Configuration button to open the pipeline config.
- Click Edit at the top-right corner to enable editing mode.
- Under the Configure tab, click Add Pipes (Integrations).
- Find Snyk Scan from the list and tap the Copy Script icon next to it.
- Tap the script section of the selected pipeline and paste the snippet.
- Tap Commit to proceed with saving your changes.
- Click Commit one more time to confirm your request.
- Your selected Bitbucket pipeline is now fully integrated with Snyk.



