ScoopInstaller_Main/bucket/trufflehog.json
2024-01-14 04:27:06 +00:00

25 lines
837 B
JSON

{
"version": "3.63.9",
"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.63.9/trufflehog_3.63.9_windows_amd64.tar.gz",
"hash": "f193a0e0ab3edc2c60e01c216e7677a5f1c15bb51bf127620bce89e570c21818"
}
},
"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"
}
}
}