mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"version": "8.16.4",
|
|
"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.4/gitleaks_8.16.4_windows_x64.zip",
|
|
"hash": "5a5ff00a72113525e8ce29b12c9d52548f72b0c6df5678ddde2b317e66ef6693"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.16.4/gitleaks_8.16.4_windows_x32.zip",
|
|
"hash": "fb2a95d4ce70bd5bd91c8fb4919aa884fd0665938675b64e8a1f748ac0c61d51"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|