ScoopInstaller_Main/bucket/gitleaks.json
2023-03-14 20:31:30 +00:00

34 lines
1.4 KiB
JSON

{
"version": "8.16.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.16.1/gitleaks_8.16.1_windows_x64.zip",
"hash": "3707275694500ce157ea3358a285f40025157a1ef7b8c21898e828bb09292f1c"
},
"32bit": {
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.16.1/gitleaks_8.16.1_windows_x32.zip",
"hash": "434818b6ddd452e70d4347e776e24e3c57bc96ffafaecbbefd71a2d6f2821e5c"
}
},
"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"
}
}
}