ScoopInstaller_Main/bucket/gitleaks.json
2024-09-26 16:30:46 +00:00

34 lines
1.4 KiB
JSON

{
"version": "8.19.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.19.3/gitleaks_8.19.3_windows_x64.zip",
"hash": "2bd827a17bdb282f812f5c3b2e58760ee9974a990950f0300ae95e818a7a1669"
},
"32bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.19.3/gitleaks_8.19.3_windows_x32.zip",
"hash": "8013a4782a9cce3d054b3b021f3c19e812ccbb58f463fb2e2fd7f3f15f7bda75"
}
},
"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"
}
}
}