Bitbucket
Levo integrates with Bitbucket Pipelines to enable automated security testing in your CI/CD workflows.
Bitbucket Pipelines Integration
For comprehensive documentation on setting up Levo with Bitbucket Pipelines, including:
- Prerequisites and setup instructions
- Repository variable configuration
- PowerShell script usage
- Pipeline configuration examples
- Troubleshooting and best practices
👉 View Bitbucket Pipelines Documentation
Quick Reference
Required Repository Variables
Configure these in Repository settings > Repository variables:
LEVOAI_AUTH_KEY- Levo Auth Key. Refer to Generating CLI Authorization KeysLEVOAI_ORG_ID- Levo Organization ID. Refer to Accessing Organization IDsPYPI_USERNAME- Set to_json_key_base64. Please contact support@levo.aiPYPI_PASSWORD- (Secured) Google Cloud access token. Please contact support@levo.ai
Quick Start
- Download
levo-cli-runner.ps1to your Windows self-hosted runner. - Configure repository variables (see above).
- Add pipeline configuration to Loading....
- Run security tests on your branches and pull requests.
For detailed setup instructions, see the Bitbucket Pipelines Documentation.