ScoopInstaller_Main/bucket/gitleaks.json
2024-10-15 04:30:14 +00:00

34 lines
1.4 KiB
JSON

{
"version": "8.21.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.21.0/gitleaks_8.21.0_windows_x64.zip",
"hash": "3f8ad5782965ae1e8a1af4090af3263a90425e9124b770160800c44cd7d62cbb"
},
"32bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.21.0/gitleaks_8.21.0_windows_x32.zip",
"hash": "749a2380e95bec9d7b5b2957fe2fcea89ccf7e047e0b1b8d9e59ebfc381f1723"
}
},
"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"
}
}
}