ScoopInstaller_Main/bucket/gitleaks.json
2024-12-30 16:30:48 +00:00

34 lines
1.4 KiB
JSON

{
"version": "8.22.1",
"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.22.1/gitleaks_8.22.1_windows_x64.zip",
"hash": "8e3c4f7a73d79240b7184849bacec7cedef1445d0b727ee7a2c078ec50dcc50d"
},
"32bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.22.1/gitleaks_8.22.1_windows_x32.zip",
"hash": "1b23a8c5cba0a398939fb70595ea700f81390ec9f9b07e691775e98384e86d53"
}
},
"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"
}
}
}