ScoopInstaller_Main/bucket/trufflehog.json
2022-11-09 04:33:19 +00:00

25 lines
837 B
JSON

{
"version": "3.16.4",
"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.16.4/trufflehog_3.16.4_windows_amd64.tar.gz",
"hash": "d885dea10c231c5501ee01e8da924232cb8567f46ec038e6b71bd06b3487ae56"
}
},
"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"
}
}
}