ScoopInstaller_Main/bucket/trufflehog.json
2022-06-21 20:28:13 +00:00

25 lines
834 B
JSON

{
"version": "3.6.6",
"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.6.6/trufflehog_3.6.6_windows_amd64.tar.gz",
"hash": "fdd5a83aab43a5e1853c3cf2ec9fe7a5952805d44483997fc9ef0175796e1d50"
}
},
"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"
}
}
}