HTTP/2 200
content-type: text/html; charset=utf-8
access-control-allow-origin: null
cache-control: public, must-revalidate, max-age=60
x-xss-protection: 1; mode=block
content-security-policy: default-src 'none';form-action 'self';base-uri 'none';child-src 'self' https://www.youtube.com/embed/ https://cheat-sheets.portswigger.net https://*.portswigger.com;connect-src 'self' https://ps.containers.piwik.pro https://ps.piwik.pro https://go.portswigger.net https://tags.srv.stackadapt.com https://www.google.com/recaptcha/ https://formsubmission.portswigger.net https://*.portswigger.com;font-src 'self' https://fonts.gstatic.com data:;frame-src 'self' https://*.portswigger.com/ https://portswigger.net/ https://cheat-sheets.portswigger.net https://www.youtube.com/embed/ https://www.google.com/recaptcha/;img-src 'self' https://*.portswigger.com/ https://portswigger.net/ https://i.ytimg.com/ https://tags.srv.stackadapt.com/sa.jpeg;script-src https://*.portswigger.com/ https://portswigger.net/ https://ps.containers.piwik.pro/ppms.js https://ps.piwik.pro/ppms.js https://www.youtube.com/iframe_api https://www.youtube.com/s/player/ https://tags.srv.stackadapt.com/events.js https://go.portswigger.net/pd.js 'nonce-seRCvsGAOeQGzTSNdqdsGFzXPO0G7As7' 'strict-dynamic';style-src 'self' https://tags.srv.stackadapt.com/sa.css 'nonce-seRCvsGAOeQGzTSNdqdsGFzXPO0G7As7' https://fonts.googleapis.com/css2* https://unpkg.com/animate.css@4.1.1/animate.css https://unpkg.com/@teleporthq/teleport-custom-scripts/dist/style.css;
date: Sat, 11 Oct 2025 18:41:57 GMT
server: '; DELETE carlos FROM users --
strict-transport-security: max-age=31536000; preload
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-hiring-now: We're on a mission to secure the web: https://portswigger.net/careers
x-robots-tag: all
content-encoding: gzip
vary: accept-encoding
x-cache: Miss from cloudfront
via: 1.1 62133de210e7126dcf7c7e55389bfa22.cloudfront.net (CloudFront)
x-amz-cf-pop: TLV55-P1
x-amz-cf-id: Scspf0XO3kNcXg60UaCcaWM-TNuEhWvS2168dzN7aI6VYQrGxtQkZA==
Burp Suite DAST: CI-driven scans with no dashboard - PortSwigger
Product Support and Documentation
DAST
Setup guide: CI-driven scans with no dashboard
You can integrate Burp Scanner into your CI/CD pipeline really easily, without the need to set up a DAST 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 DAST's dashboard.
This option enables you to run Burp Scanner from a Docker container in your CI/CD platform. You can view the results of your scans directly in your CI/CD platform, where they're saved as a JUnit or Burp XML file.
Configuring your scans is straightforward. You can use a configuration file to define:
The configuration file is in YAML format, and includes comments to make it easy to use.