ScoopInstaller_Main/bucket/gitleaks.json
2024-10-03 16:30:54 +00:00

34 lines
1.4 KiB
JSON

{
"version": "8.20.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.20.0/gitleaks_8.20.0_windows_x64.zip",
"hash": "15a00bab8758b60f8865e29db5dec153ce43858e6793e001cf8d1aac02c92714"
},
"32bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.20.0/gitleaks_8.20.0_windows_x32.zip",
"hash": "96ef571c8bc194019984ea94432e7e23b4edec8eb7d6831c3614843df6423750"
}
},
"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"
}
}
}