Manage Scans FAQ

Azure DevOps Scans

To initiate a managed scan in Azure DevOps, it is essential to have an agent pool configured beforehand.

Please refer to the official Azure documentation to continue: Create and manage agent pools

Bitbucket Scans

Enable pipelines in Bitbucket before running a scan

Before running a Xygeni Scan that automatically configures a pipeline in Bitbucket, you must ensure that pipelines are enabled for your repository. You can enable pipelines through the Bitbucket Pipeline settings page:

  1. Navigate to your repository in Bitbucket

  2. Go to Repository settings

  3. Click on "Pipelines" in the settings menu

  4. Enable the pipelines feature if it's not already enabled

If pipelines are not enabled, the automatic pipeline configuration will fail, and you won't be able to run scans using this method.

Last updated