ScoopInstaller_Main/bucket/trufflehog.json
2024-10-22 04:30:15 +00:00

25 lines
840 B
JSON

{
"version": "3.82.12",
"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.82.12/trufflehog_3.82.12_windows_amd64.tar.gz",
"hash": "2a810baf056983c9fa9e80fa9d99ad2d4db84622301ebf76dc8a9e52d565c73d"
}
},
"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"
}
}
}