mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
25 lines
837 B
JSON
25 lines
837 B
JSON
{
|
|
"version": "3.71.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.71.0/trufflehog_3.71.0_windows_amd64.tar.gz",
|
|
"hash": "cff04df8f8ca7bb1335e7d35af890972eddc72ecb1a6d1cb482aa5dd43af9f42"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|