ScoopInstaller_Main/bucket/gitleaks.json
2022-10-13 16:31:43 +00:00

34 lines
1.4 KiB
JSON

{
"version": "8.15.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.15.0/gitleaks_8.15.0_windows_x64.zip",
"hash": "9a5a574c29f494dc36d9ed8c8b0a92a0dc45cf1d0c8fa5fe6307be4424982c7f"
},
"32bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.15.0/gitleaks_8.15.0_windows_x32.zip",
"hash": "13d1e278ba6c85a941772717786b65db2c3a765b2a7bafd3dbd83f7fb2bdd7a9"
}
},
"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"
}
}
}