{
    "version": "8.30.1",
    "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.1/gitleaks_8.30.1_windows_x64.zip",
            "hash": "d29144deff3a68aa93ced33dddf84b7fdc26070add4aa0f4513094c8332afc4e"
        },
        "32bit": {
            "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.30.1/gitleaks_8.30.1_windows_x32.zip",
            "hash": "190ad53db301eec3e90afe3a1a75270768b8ebf89e731345e19421c32c1ae1a1"
        }
    },
    "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"
        }
    }
}
