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
I reviewed some of the other errors people were seeing but did not find a solution. Tests complete successfully, but I am unable to generate a PDF or HTML report as the following error is thrown:
ERRO[0281] caught error in main function error="couldn't export full report: couldn't export report to HTML: open reports/waf-evaluation-report-2024-July-31-19-50-43.html: permission denied"
The account I am running docker under is a member of sudoers, but it seems like I am hitting some permissions issue. I am running the latest docker image. OS environment is WSL2 on Win 11.
Any ideas?
The text was updated successfully, but these errors were encountered:
The Docker daemon creates the folder to be mounted in the container as owned by root with the rwxr-xr-x permissions. But then the gotestwaf is executed as the user gtw in the container which do not have permission to write in that folder.
I reviewed some of the other errors people were seeing but did not find a solution. Tests complete successfully, but I am unable to generate a PDF or HTML report as the following error is thrown:
ERRO[0281] caught error in main function error="couldn't export full report: couldn't export report to HTML: open reports/waf-evaluation-report-2024-July-31-19-50-43.html: permission denied"
The account I am running docker under is a member of sudoers, but it seems like I am hitting some permissions issue. I am running the latest docker image. OS environment is WSL2 on Win 11.
Any ideas?
The text was updated successfully, but these errors were encountered: