ScoopInstaller_Main/bucket/trufflehog.json
2024-01-17 00:32:41 +00:00

25 lines
840 B
JSON

{
"version": "3.63.10",
"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.63.10/trufflehog_3.63.10_windows_amd64.tar.gz",
"hash": "5f6beb6108f017544886663e21a679cbfd4eb03385f9124af031c7ec400c5347"
}
},
"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"
}
}
}