ScoopInstaller_Main/bucket/trufflehog.json
2025-01-29 16:30:30 +00:00

25 lines
837 B
JSON

{
"version": "3.88.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.88.3/trufflehog_3.88.3_windows_amd64.tar.gz",
"hash": "a398dc17cba2a4c838e8bbcdb38dc2e43d5a76a50631d674e606f1d28580c4de"
}
},
"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"
}
}
}