ScoopInstaller_Main/bucket/trufflehog.json
2025-10-28 00:38:25 +00:00

25 lines
840 B
JSON

{
"version": "3.90.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.90.12/trufflehog_3.90.12_windows_amd64.tar.gz",
"hash": "0036a51fb4afc39164a4fc8232bfc9b53e2563d799a4d8e4abc894f12ed382a0"
}
},
"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"
}
}
}