ScoopInstaller_Main/bucket/gitleaks.json
2025-01-24 16:30:24 +00:00

34 lines
1.4 KiB
JSON

{
"version": "8.23.2",
"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.23.2/gitleaks_8.23.2_windows_x64.zip",
"hash": "422fd9c15ceea397e45a11df09f8b0420b79d72672d1ea30a2be19864b058e82"
},
"32bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.23.2/gitleaks_8.23.2_windows_x32.zip",
"hash": "9f7a0add249d33e6fe1747c4ef9169c39557c84fda03d9054b5e1e8418ffd1a5"
}
},
"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"
}
}
}