ScoopInstaller_Main/bucket/trufflehog.json
2023-12-19 04:26:20 +00:00

25 lines
837 B
JSON

{
"version": "3.63.5",
"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.5/trufflehog_3.63.5_windows_amd64.tar.gz",
"hash": "c7b2834c3b43abb58a08c48672cd32476f0ac843645aae9db75a5627dd2eb453"
}
},
"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"
}
}
}