kasunkv / owasp-zap-vsts-task

Visual Studio Team Services build/release task for running OWASP ZAP automated security tests
MIT License
30 stars 11 forks source link

generate xml and html report in the same execution #57

Closed pablosguajardo closed 2 weeks ago

pablosguajardo commented 1 year ago

I need to generate the xml and html reports in the same execution. No, I haven't seen that there is an option that allows it

pablosguajardo commented 8 months ago

A new "all" option needs to be added to the report type dropdown:

image

Currently I have configured my releases with the XML option and using PowerShell I download the report in HTML.

If you need help I can help you with PowerShell.

pablosguajardo commented 8 months ago

I think I have solved it in:

https://github.com/kasunkv/owasp-zap-vsts-task/pull/60

Can someone validate it?