Simmon as always, thank you for your guidance.Is it safe to say that I could just essentially:
- Pick a Linux distro (Debian)
- Add the ZAP repo for it: https://software.opensuse.org/download.html?project=home%3Acabelo&package=owasp-zap
- Install ZAP
- Pull down API Python script from:https://github.com/zaproxy/zaproxy/blob/develop/docker/zap-api-scan.py
- Run updates for the OWASP ZAP and Plugins --> (How can I do this via the CLI or API?)
- Run passive-non-intrusive/active scans via the cli or API --> (Is there an API call that will do what the zap-api-scan.py script will do and therefor inst needed?)