You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run commands with the --start-options or -o such as zap-cli start --start-options '-config api.key=12345'
I get the following error: Error: Got unexpected extra argument
The same issue happens when I run it through docker with the following command docker run -i owasp/zap2docker-stable zap-cli quick-scan --self-contained --start-options '-config api.disablekey=true' http://target
The text was updated successfully, but these errors were encountered:
When I run commands with the
--start-options
or-o
such aszap-cli start --start-options '-config api.key=12345'
I get the following error:
Error: Got unexpected extra argument
The same issue happens when I run it through docker with the following command
docker run -i owasp/zap2docker-stable zap-cli quick-scan --self-contained --start-options '-config api.disablekey=true' http://target
The text was updated successfully, but these errors were encountered: