ScoopInstaller_Main/bucket/trufflehog.json
2023-04-26 20:25:24 +00:00

25 lines
837 B
JSON

{
"version": "3.33.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.33.0/trufflehog_3.33.0_windows_amd64.tar.gz",
"hash": "aa865ee1a1a4936d104471fdb080d19198b48369b81faaf4b184b55c996105e8"
}
},
"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"
}
}
}