I have a ZAP YAML file with multiple jobs, including
activeScan-policy and
activeScan.
activeScan-policy defines a policy named
testPolicy and
activeScan uses it. Trying to run the plan fails with error:
25890 [main] ERROR org.parosproxy.paros.CommandLine - Unrecognised active scan policy name for job activeScan : testPolicyRunning
-autocheck fails with the same error.
I'm running this in an image where the add-ons have the latest versions. I did not get this error in an older image. I also see that you added validation of the Scan Policy in
0.54.0. Perhaps it broke something? Is this a valid error or a bug?