mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"version": "8.27.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.27.2/gitleaks_8.27.2_windows_x64.zip",
|
|
"hash": "3c6a58efa70e991d7816a8bd87d1db797818017fcb67cbf1861394b404a70a42"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.27.2/gitleaks_8.27.2_windows_x32.zip",
|
|
"hash": "f65d7bfdc0aa5e173dda4d35ffde17e4772854f5b933eb14fb57ca33d0c73913"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|