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.16.3",
|
|
"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.3/gitleaks_8.16.3_windows_x64.zip",
|
|
"hash": "7209433451424289201669f09a80ddd44f52bc8f7a5f02f85e579f83c0fed086"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.16.3/gitleaks_8.16.3_windows_x32.zip",
|
|
"hash": "7d847d03ad6be34c7f33e4ecb00fc2607e556f6b7f2a6f7b1c589ef6cf314dc1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|