ScoopInstaller_Main/bucket/gitleaks.json
2025-11-26 20:30:26 +00:00

34 lines
1.4 KiB
JSON

{
"version": "8.30.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.30.0/gitleaks_8.30.0_windows_x64.zip",
"hash": "54fe94f644b832dd08e8c3a5915efb3bfa862386d59fb27ca0792cb687a83573"
},
"32bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.30.0/gitleaks_8.30.0_windows_x32.zip",
"hash": "35b08db8fc11f4cec66fe54227a9bbd8ecfd7456941d31837f9137edb77ee60e"
}
},
"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"
}
}
}