ScoopInstaller_Main/bucket/trufflehog.json
2022-08-08 20:30:13 +00:00

25 lines
834 B
JSON

{
"version": "3.7.3",
"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.7.3/trufflehog_3.7.3_windows_amd64.tar.gz",
"hash": "22dd1e4dafa9ce4c80dd6e0e7b0604819cfa86c149c7491b8dbc9cfef6f18bcf"
}
},
"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"
}
}
}