Hi. I am trying to use ZAP API scan with the automation framework inside a docker container. I am building on the zap2docker-bare image, and
I am running the scan using the set of rules found in
https://github.com/zaproxy/zaproxy/blob/main/docker/policies/API-Minimal.policy to replicate an API scan.
I have also installed the relevant addons to run the API scan (ascanrulesAlpha, ascanrulesBeta, pscanrulesAlpha and pscanrulesBeta) inside the container with the -addonupdate and -addoninstall options.
However, most of the rules triggered the warning:
"Unrecognised active scan rule id for job activeScan: <rule-id>"
except for rules 50000, 90026 and 90029. So only 3 rules are actually being used for the scan and I can't find a solution for this.
Thank you in advance