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.30.0",
|
|
"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.30.0/gitleaks_8.30.0_windows_x64.zip",
|
|
"hash": "54fe94f644b832dd08e8c3a5915efb3bfa862386d59fb27ca0792cb687a83573"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zricethezav/gitleaks/releases/download/v8.30.0/gitleaks_8.30.0_windows_x32.zip",
|
|
"hash": "35b08db8fc11f4cec66fe54227a9bbd8ecfd7456941d31837f9137edb77ee60e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|