We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2992466 commit 1f6c82bCopy full SHA for 1f6c82b
components/scanners/zaproxy/zap-authenticated-scan/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM zaproxy/zap-stable:latest
+FROM zaproxy/zap-stable:2.16.1
2
3
# zap has python so we can just copy a script here
4
COPY zap-authenticated-scan.py /workdir/zap-authenticated-scan.py
components/scanners/zaproxy/zap-authenticated-scan/README.md
-# Zap Orchestration
+# Zap Orchestration v2.16.1
This directory contains the necessary components to orchestrate ZAP to scan against a target.
The example orchestration script is in zap-orchestration.py and if you want to modify this example you can do so by modifying the python script.
0 commit comments