This add-on supports the Automation Framework.
The report job allows you to generate reports using any of the installed report templates.
- type: report # Report generation
parameters:
template: # String: The template id, default : traditional-html
reportDir: # String: The directory into which the report will be written
reportFile: # String: The report file name pattern, default: {{yyyy-MM-dd}}-ZAP-Report-[[site]]
reportTitle: # String: The report title
reportDescription: # String: The report description
displayReport: # Boolean: Display the report when generated, default: false
risks: # List: The risks to include in this report, default all
- high
- medium
- low
- info
confidences: # List: The confidences to include in this report, default all
- high
- medium
- low
- falsepositive
sections: # List: The template sections to include in this report - see the relevant template, default all
sites: # List: The sites to include in this report, default all
The sites do not have to be full URLs - any site that contains one of the strings in the sites list is included. The sites list also supports variables.