Skip to content

Commit

Permalink
Merge pull request #1825 from blacklanternsecurity/trufflehog-mac-fix
Browse files Browse the repository at this point in the history
Fix trufflehog macos url
  • Loading branch information
TheTechromancer authored Oct 7, 2024
2 parents 4a1f353 + ce00470 commit 1ced3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/trufflehog.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class trufflehog(BaseModule):
{
"name": "Download trufflehog",
"unarchive": {
"src": "https://github.com/trufflesecurity/trufflehog/releases/download/v#{BBOT_MODULES_TRUFFLEHOG_VERSION}/trufflehog_#{BBOT_MODULES_TRUFFLEHOG_VERSION}_#{BBOT_OS}_#{BBOT_CPU_ARCH}.tar.gz",
"src": "https://github.com/trufflesecurity/trufflehog/releases/download/v#{BBOT_MODULES_TRUFFLEHOG_VERSION}/trufflehog_#{BBOT_MODULES_TRUFFLEHOG_VERSION}_#{BBOT_OS_PLATFORM}_#{BBOT_CPU_ARCH}.tar.gz",
"include": "trufflehog",
"dest": "#{BBOT_TOOLS}",
"remote_src": True,
Expand Down

0 comments on commit 1ced3dc

Please sign in to comment.