For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bitbucket

Overview

Connect the Nullify Bitbucket app to review pull requests, scan pushes, and publish repository dashboards. Installation steps are documented in the Enterprise Tier section.

Nullify posts updates asynchronously so developers stay inside their existing workflow.

What Nullify does with Bitbucket

  • Pull request reviews. When a pull request is created, updated, or commented on, Nullify reviews the changed code and posts its findings back to the pull request.

  • Push scanning. Pushes are scanned, and pushes to the default branch refresh the repository's baseline.

  • Autofix pull requests. Nullify opens fix PRs for eligible findings and iterates on them. See Remediations.

  • Comment-driven discussion. Replies on a Nullify pull request are routed back so it can respond in-line.

Events handled

Nullify subscribes to repository push and pull-request events (created, updated, and comment-created). Settings such as the CI/PR gate, ticketing thresholds, and notification destinations are configured in the Nullify dashboard under Configure, not in a file in your repository.

Last updated