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

34 lines
1.4 KiB
JSON

{
"version": "8.22.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.22.0/gitleaks_8.22.0_windows_x64.zip",
"hash": "b488e255433c709c4feb67c8497024ddc2633bd7c94cadc30e4b64cf82ab7410"
},
"32bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.22.0/gitleaks_8.22.0_windows_x32.zip",
"hash": "85a73e9888148a00a8f22c93a9c0079482c84aef3cec4b1593e19d4485ce0173"
}
},
"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"
}
}
}