ScoopInstaller_Main/bucket/trufflehog.json
2024-01-22 20:24:47 +00:00

25 lines
840 B
JSON

{
"version": "3.63.11",
"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.63.11/trufflehog_3.63.11_windows_amd64.tar.gz",
"hash": "c9dd57766056efa1950c3406a2ab9d387cf0ad0dc4054219fdad2a2a9248522d"
}
},
"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"
}
}
}