Symptoms
When attempting to use a Hawkscan image, it is not able to make a connection.
Cause
You must be running the container as the user zap
.
We run all containers with the root user for the container to allow certain integrations such as debugging.
Solution
- Run the command as follows instead:
su -c 'zap-command-here' zap
.