Hi,
We are using the action-af action in a GitHub workflow to attack our frontends.
This runs nightly, and had been consistently completing successfully until the other night when we started seeing:
Automation plan failures:
Unexpected error Cannot invoke "org.zaproxy.zap.extension.ascan.ActiveScan.isStopped()" because "scan" is null - see log for details
I have added a script to our automation framework to find the number of usable nodes in the site tree after running the spiderClient, of which there are 23.
I don't believe we have merged anything into our frontends recently that would cause this, particularly for both frontends to start exhibiting the same failure.
I have dropped the docker_name to point at version 2.16.1, and other than a "ZAP is Out of Date" alert that scan passed as before.
Has something changed in the 2.17.0 release perhaps? Or off the top of your head is there something else we should be checking in the site tree to find the smoking gun?
Thanks in advance,
Jack