ScoopInstaller_Main/bucket/gitleaks.json
2025-11-05 04:29:51 +00:00

34 lines
1.4 KiB
JSON

{
"version": "8.29.0",
"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.29.0/gitleaks_8.29.0_windows_x64.zip",
"hash": "262f6d6a41ba11892ece339ab866b21a02e4d029e16e8916a9b0b59292001fe7"
},
"32bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.29.0/gitleaks_8.29.0_windows_x32.zip",
"hash": "4cf64834ba06dad931df27323efd7be92f98ad57b7c5cb51407314a63c10db0e"
}
},
"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"
}
}
}