-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment variables don't work #62
Comments
Ok, now when I try running zap-cli start I get: ?[1m?[36m[INFO] ?[0mStarting ZAP daemon Any help with this? |
For that, you just need to make sure you have write permissions to the file |
hi, on my Ubuntu system, ZAP is installed in I (or any other user) can run ZAP UI using the command zap-cli seems to want permission to write a log into the directory where ZAP is installed. This assumes that the user running zap-cli has r/w access to the ZAP install. perhaps it would be possible to add a new flag like EDIT: i see your response to this same issue in this issue. The problem is when a user does not have root/sudo access on a machine... then there is no way to run |
Closing as #64 is merged. |
Hello,
I am trying to use zap-cli and I am running into this issue upon attempting to start the process. "ZAP was not found in the path "/zap". You can set the path to where ZAP is installed on your system using the --zap-path command line parameter or by default using the ZAP_PATH environment variable."
I have ZAP_PATH environment variable set to where ZAP proxy is installed in both User and System variables and I'm still getting that error.
The text was updated successfully, but these errors were encountered: