mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 18:41:18 +00:00
25 lines
834 B
JSON
25 lines
834 B
JSON
{
|
|
"version": "3.9.0",
|
|
"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.9.0/trufflehog_3.9.0_windows_amd64.tar.gz",
|
|
"hash": "132a139386240073c5c350a5a6953383fde6b89d4e3ec5ab9c46183550b2194f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|