ScoopInstaller_Main/bucket/gitleaks.json
2024-12-20 00:36:24 +00:00

34 lines
1.4 KiB
JSON

{
"version": "8.21.3",
"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.21.3/gitleaks_8.21.3_windows_x64.zip",
"hash": "aa076106e99e892b43b6056cd23e193f282d0ed3b9d32a044de15222e2b06591"
},
"32bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.21.3/gitleaks_8.21.3_windows_x32.zip",
"hash": "5f3549a568cd8b7d3c26516aea6b3d4b7d54adbdf7c212a6db46ce8397c0bfad"
}
},
"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"
}
}
}