mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 20:31:19 +00:00
25 lines
834 B
JSON
25 lines
834 B
JSON
{
|
|
"version": "3.6.8",
|
|
"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.6.8/trufflehog_3.6.8_windows_amd64.tar.gz",
|
|
"hash": "490d69bddf4cafbb88b452165fe89430efe1617211fe4ef48354ae1422a741e6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|