ScoopInstaller_Main/bucket/trufflehog.json
2024-05-14 20:26:11 +00:00

25 lines
837 B
JSON

{
"version": "3.76.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.76.0/trufflehog_3.76.0_windows_amd64.tar.gz",
"hash": "d2c2e4d2b7e43f5331640f2f31085f68daa7d7530f394e9954617d1a7150f85f"
}
},
"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"
}
}
}