ScoopInstaller_Main/bucket/trufflehog.json
2023-10-18 20:24:36 +00:00

25 lines
837 B
JSON

{
"version": "3.60.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.60.1/trufflehog_3.60.1_windows_amd64.tar.gz",
"hash": "8136d606e0e3b1dedb23e07b76fb3a37c7c0a1d2c5425ecaa328a20215c7d50f"
}
},
"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"
}
}
}