ScoopInstaller_Main/bucket/gitleaks.json
2024-10-18 12:31:49 +00:00

34 lines
1.4 KiB
JSON

{
"version": "8.21.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.21.1/gitleaks_8.21.1_windows_x64.zip",
"hash": "e379528885e36ed1479c3d03f1cd879e3a53f0cb6c80a1e367122a871b71151c"
},
"32bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.21.1/gitleaks_8.21.1_windows_x32.zip",
"hash": "642d39ae7e400699c85217e77f76d902b54a345f68dbf59c043132f3bbdc556e"
}
},
"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"
}
}
}