ScoopInstaller_Main/bucket/trufflehog.json
2024-02-05 20:23:54 +00:00

25 lines
837 B
JSON

{
"version": "3.67.2",
"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.67.2/trufflehog_3.67.2_windows_amd64.tar.gz",
"hash": "c6a2e5fa8068e1c99388daf9f57854efaa5d776dd633c7a3ac9a8e747bee7826"
}
},
"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"
}
}
}