mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"version": "8.21.2",
|
|
"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.2/gitleaks_8.21.2_windows_x64.zip",
|
|
"hash": "f238c85e5f47e18fac779ce71ee11091cf70a0a8fb4415f165efba2800eef133"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.21.2/gitleaks_8.21.2_windows_x32.zip",
|
|
"hash": "788261d2f92c57320c8bef727ba6277582cb17925252b740c785782ae6bf4a3f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|