Hi
I'm currently using the Zap Automation Framework using the zap.sh command autorun and then referring to a yaml config file to run the scan, along with it is the context where we declare what are the target scope included and excluded, pass a request header and body and do passive scan, spider and active scan.
However we just got a directive that we must fail the git job when there is a High Severity on the scan report
I just like to ask, if is there a way to do this on our current setup. Below is my script
zap.sh -cmd -autorun /zap/wrk/testconfig.yaml
Thank in advance