ScoopInstaller_Main/bucket/trufflehog.json
2025-11-20 16:30:35 +00:00

25 lines
837 B
JSON

{
"version": "3.91.1",
"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.91.1/trufflehog_3.91.1_windows_amd64.tar.gz",
"hash": "a8c5b139384bae9ceca474ac49f114934d9adf3ca0e2842114ffa548db6b4910"
}
},
"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"
}
}
}