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

34 lines
1.4 KiB
JSON

{
"version": "8.23.3",
"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.3/gitleaks_8.23.3_windows_x64.zip",
"hash": "1538330ae504a20bd0ffd0837ac301eac137609993d65ce15f3f826e32fad115"
},
"32bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.23.3/gitleaks_8.23.3_windows_x32.zip",
"hash": "e28c0db53e6be47308df0ca4eff2ed993af6a78c433c701c4cb94e9f9b294d41"
}
},
"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"
}
}
}