trufflehog: Add version 3.4.3 (#3556)

* trufflehog: Add version 3.4.3

* Update bucket/trufflehog.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Raul Piraces Alastuey 2022-05-08 16:27:36 +02:00 committed by GitHub
parent 6c38748a6d
commit 3a422e6a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/trufflehog.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "3.4.3",
"description": "Find leaked credentials",
"homepage": "https://github.com/trufflesecurity/trufflehog",
"license": "AGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/trufflesecurity/trufflehog/releases/download/v3.4.3/trufflehog_3.4.3_windows_amd64.tar.gz",
"hash": "e10b28dfc388d0ba8bdb6e84187f6b90ce3b86238f61f31bec2c07394876d895"
}
},
"bin": "trufflehog.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/trufflesecurity/trufflehog/releases/download/v$version/trufflehog_$version_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/trufflehog_$version_checksums.txt"
}
}
}