blacklanternsecurity/bbot

failing to install some modules on macos (apple silicon), caused by wrong binary name.

Closed this issue · 2 comments

Screenshot 2024-10-06 at 02 53 48

this is due to the fact that the binary name on the trufflehog release repo is not "trufflehog_3.75.1_macOS_arm64.tar.gz" but "trufflehog_3.75.1_darwin_arm64.tar.gz"

Screenshot 2024-10-06 at 02 54 17

Thanks for reporting. Bugfix is here: #1825.

Note that we don't technically support MacOS; so it's highly recommended to run BBOT inside docker.

Oh ok i will use docker from now on, btw thanks for the almost instant bugfix.