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-YIqIonumUqOyPiJ+VPftCz+/Vjik5s8N' 'strict-dynamic';style-src 'self' https://tags.srv.stackadapt.com/sa.css 'nonce-YIqIonumUqOyPiJ+VPftCz+/Vjik5s8N' 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:39:34 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 c105401fbaf3f99c0dab47d0782befc4.cloudfront.net (CloudFront)
x-amz-cf-pop: TLV55-P1
x-amz-cf-id: brOhnntJwflnnFBb7_dXlWpTDdilygn2oAR77Vzl27f5aW5MagtHlg==
Integrating with other CI/CD platforms - PortSwigger
Product Support and Documentation
DAST
Integrating with other CI/CD platforms
Although we provide plugins for Jenkins and TeamCity , you can integrate Burp Suite DAST with most other CI/CD platforms using our generic, platform-agnostic driver. The functionality is similar, but instead of using a UI to control your settings, you have to pass them into a build step as command line parameters.
Note
The CI/CD driver allows you to configure both site-driven scans and Burp scans . This is determined by whether the --site-id
parameter is present in the command that triggers the scan. If you're unsure which option is right for you, please refer to the following page for more information: Integration types
In this section