Burp Suite Enterprise Edition is now available in our secure Cloud  –  Learn more

Enterprise Edition

Adding a configuration file to a CI-driven scan

  • Last updated: April 10, 2024

  • Read time: 1 Minute

This section explains how to add a configuration file to the container for a CI-driven scan. The configuration file enables you to use more advanced features, such as application logins or custom scan configurations.

To learn how to create a configuration file and download a template, see Creating a configuration file for a CI-driven scan.

The instructions on this page are suitable for all platforms. For examples for specific platforms, please see:

To add a configuration file to your CI-driven scan:

  1. Create your configuration file, see Creating a configuration file for a CI-driven scan.
  2. Save the configuration file as burp_config.yml in the root of the working directory.
  3. Use the following command to run a scan:

    docker run --rm --pull=always \ -u $(id -u) -v $(pwd):$(pwd) -w $(pwd) \ public.ecr.aws/portswigger/enterprise-scan-container:latest

Note

The above command mounts your current directory into the scan container, and sets it as the working directory for the container.

The scan container looks for the configuration file burp_config.yml in the root of its working directory.

Was this article helpful?