Hello,
I am trying to get the ZAP weekly baseline working but having some issues.
I am using the following docker-ce version on Ubuntu 16.04 (latest weekly):
Client:
Version: 17.03.0-ce
API version: 1.26
Go version: go1.7.5
Git commit: 3a232c8
Built: Tue Feb 28 08:01:32 2017
OS/Arch: linux/amd64
Server:
Version: 17.03.0-ce
API version: 1.26 (minimum version 1.12)
Go version: go1.7.5
Git commit: 3a232c8
Built: Tue Feb 28 08:01:32 2017
OS/Arch: linux/amd64
Experimental: false
I can get the ZAP stable baseline to work fine (docker run -t owasp/zap2docker-stable zap-baseline.py -t
https://example.com)
But if I run the weekly version I get the following error:
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
Mar 20, 2017 11:17:04 AM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
Traceback (most recent call last):
File "/zap/zap-baseline.py", line 612, in <module>
main(sys.argv[1:])
File "/zap/zap-baseline.py", line 575, in main
except IOError as (errno, strerror):
ValueError: too many values to unpack
I've removed all of the extra flags and tried to keep the command as simple as possible but still no luck.
Thanks for any help!