ScoopInstaller_Main/bucket/gitleaks.json
2024-10-07 20:28:20 +00:00

34 lines
1.4 KiB
JSON

{
"version": "8.20.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.20.1/gitleaks_8.20.1_windows_x64.zip",
"hash": "f23010173c6a0fa03cf8148d32a83e40417127e43fb54808fa27bf8aece20111"
},
"32bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.20.1/gitleaks_8.20.1_windows_x32.zip",
"hash": "60e63987faa626b38bf6292c7e51addc0b9691773e8b2f768f5cb46b4b3ca956"
}
},
"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"
}
}
}