ScoopInstaller_Main/bucket/trufflehog.json
2025-11-05 16:30:56 +00:00

25 lines
840 B
JSON

{
"version": "3.90.13",
"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.13/trufflehog_3.90.13_windows_amd64.tar.gz",
"hash": "392434a28ea079347f0b93c58efab73c03d6fd14ca868ce6ca145c8f2c9cb42e"
}
},
"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"
}
}
}