ScoopInstaller_Main/bucket/trufflehog.json
2023-04-06 16:27:53 +00:00

25 lines
837 B
JSON

{
"version": "3.31.4",
"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.31.4/trufflehog_3.31.4_windows_amd64.tar.gz",
"hash": "96a36b05816260fc362ce6fdc4a0108af39e37ce91d38d0a4c87aebc2d3d18f1"
}
},
"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"
}
}
}