Open jz543fm opened 2 months ago
In Docker Trufflehog in Ubuntu 20.04.06 LTS works
I had the same issue with the following setup:
I was working on Windows 11 I have a Python project in WSL I opened the Python project (located in WSL) using VSCode on Windows The program I ran uses subprocess.Popen() to execute the trufflehog command My VSCode terminal was running under the current (non-root) user I encountered the error: "cannot move binary (exit status 1)"
How I solved it: I logged into the VSCode terminal as root and reran the program. This resolved the issue.
I believe the problem was due to permission issues.
Same issue
Add --no-update
as param to fix it.
TruffleHog Version
3.82.1
Trace Output
Expected Behavior
It should work for scanning
Actual Behavior
Actually bin is problem
Environment
Additional Context
References
* #3256
On macOS Sonoma 14.6.1 I am using homebrew and I do not have any problems