wait_for_scan_completion
Monitor Burp Suite vulnerability scans until completion or timeout. Automate polling for long-running security scans in CI/CD with configurable intervals.
Instructions
Poll scan progress until the scan completes or times out.
Useful for long-running scans in CI/CD.
Args:
task_id: Task ID from an initiated scan
poll_interval_seconds: Seconds between polls (default: 10)
max_wait_seconds: Maximum time to wait (default: 3600 = 1 hour)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| poll_interval_seconds | No | ||
| max_wait_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |