ScoopInstaller_Main/bucket/trufflehog.json
2023-06-26 16:29:22 +00:00

25 lines
837 B
JSON

{
"version": "3.41.1",
"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.41.1/trufflehog_3.41.1_windows_amd64.tar.gz",
"hash": "74d57e72689116695a24834b9674ba83621b0c5a20f3b4eedc1a47cf04c6aeed"
}
},
"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"
}
}
}