ENTERPRISE
Integrating CI-driven scans with no dashboard
-
Last updated: September 14, 2023
-
Read time: 1 Minute
You can integrate Burp Scanner into your CI/CD pipeline really easily, without the need to set up an Enterprise server. This is ideal if you only want to run CI-driven scans, and you don't need to use the features of Burp Suite Enterprise Edition's dashboard.
This option enables you to run Burp Scanner from a Docker container in you CI/CD platform. You can view the results of your scans directly in your CI/CD platform, where they're saved as a JUnit XML file.
Configuring your scans is straightforward. You can use a configuration file to define:
- Start URLs, and the scope of your scan
- The scan configuration
- Site login details
The configuration file is in YAML format, and includes comments to make it easy to use.
Related pages
- Getting started with CI-driven scans with no dashboard
- System requirements for a CI-driven scan with no dashboard
- Creating a configuration file for a CI-driven scan with no dashboard
- Adding a configuration file to a CI-driven scan with no dashboard
- Integrating CI-driven scans with no dashboard with Jenkins
- Integrating CI-driven scans with no dashboard with TeamCity
- Integrating CI-driven scans with no dashboard with GitHub Actions