Hi ZAP Team,
I'm implementing my scanning via the Automation Framework for an authenticated scan against one of my apps. One of the steps in my AF plan is to generate a report:
- parameters:
template: "traditional-html"
reportDir: "/zap/wrk/owasp_zap_required_files/Reports"
reportFile: "HealthCareUniverseReport.html"
reportTitle: "ZAP Scanning Report Traditional HTML"
reportDescription: ""
displayReport: false
risks:
- "info"
- "low"
- "medium"
- "high"
confidences:
- "falsepositive"
- "low"
- "medium"
- "high"
- "confirmed"
sections:
- "instancecount"
- "alertdetails"
- "alertcount"
name: "report"
type: "report"
However, when my scan finishes, I'm getting an error:
Job activeScan finished
Job report started
Job report failed to generate report: /zap/wrk/owasp_zap_required_files/Reports/HealthCareUniverseReport.html
Job report finished
Automation plan failures:
Job report failed to generate report: /zap/wrk/owasp_zap_required_files/Reports/HealthCareUniverseReport.html
I've attached my zap log from this, and there appears to be a broken pipe error, but I'm not sure what is causing it - is there anything I can change in ZAP that would help fix this?
Thank you!