ScoopInstaller_Main/bucket/gitleaks.json
2025-04-30 16:30:12 +00:00

34 lines
1.4 KiB
JSON

{
"version": "8.25.1",
"description": "SAST tool for detecting and preventing hardcoded secrets like passwords, api keys, and tokens in git repos",
"homepage": "https://gitleaks.io",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.25.1/gitleaks_8.25.1_windows_x64.zip",
"hash": "f4d19d8db71a7c88876608a579483f1375b08ca863dad5dc040de0c575b276e1"
},
"32bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.25.1/gitleaks_8.25.1_windows_x32.zip",
"hash": "a03903c7a6b4737bc7ecb260833d94ff918b20f19e01543f672ab40796ebdf3d"
}
},
"bin": "gitleaks.exe",
"checkver": {
"github": "https://github.com/zricethezav/gitleaks"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v$version/gitleaks_$version_windows_x64.zip"
},
"32bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v$version/gitleaks_$version_windows_x32.zip"
}
},
"hash": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v$version/gitleaks_$version_checksums.txt"
}
}
}