The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Issue threshold breached, will exit with failure code.

Hemant | Last updated: Apr 04, 2024 04:13AM UTC

I'm trying to integrate the BurpSuite Enterprise into my organizations node. I'm in testing phase with enterprise trail credentials. Here is my ideal GitHub Workflow file name: BurpSuite CICD Scan on: push: branches: - main jobs: automate-burpsuite-scan: runs-on: ubuntu-latest steps: - name: Run CI-driven scan Action Step uses: PortSwigger/ci-driven-scan-github-action@main with: enterprise-server-url: ${{ secrets.ENTERPRISE_SERVER_URL }} # Secret for enterprise URL enterprise-api-key: ${{ secrets.ENTERPRISE_API_KEY }} # Secret for API key start-url: 'https://ginandjuice.shop' at the end i'm end up with error in both local as well as other CICD platform including Jenkins and GitHub. Any Lead will be really appreciated.

Thomas, PortSwigger Agent | Last updated: Apr 04, 2024 09:02AM UTC