ScoopInstaller_Main/bucket/trufflehog.json
2022-05-18 04:30:52 +00:00

25 lines
834 B
JSON

{
"version": "3.5.0",
"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.5.0/trufflehog_3.5.0_windows_amd64.tar.gz",
"hash": "dbbc4a14708c7d90d1f95106229529b54054c46a76d756ff98f148db81015780"
}
},
"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"
}
}
}