Hi,
we got the same "issue". We have build a CI/CD Pipeline with OWASP Docker Image and the Automation Feature.
We would like to mark the Jenkins "Build" as Failed/Unstable if some Mid or High Alerts where found. Low and Informational are "ok" and build should be marked as succesfull.
First we hat the workarround with the outputSummary Feature, but the problem is that the low and informational Alerts are also counted as "WARN", so we cant easily parse the WARN field from json.
Next i try to make a html report AND a json report (not outputSummary), and try to parse the complete JSON report if there are some mid or higher alerts and mark the Jenkins build as unustable.
I think for the CI/CD pipline It would be easier , if the outputSummary would additionally count the summary of informational, low, medium and high alerts.
best regards