{
    "version": "8.18.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.18.2/gitleaks_8.18.2_windows_x64.zip",
            "hash": "aa19543417c668b15e89b3357413099d81a75029a8ebbaec5034b7c8cc33c7e5"
        },
        "32bit": {
            "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.18.2/gitleaks_8.18.2_windows_x32.zip",
            "hash": "7265ec54bc812628bf0559f938a80879be3312c7556fa96eb123d8197b5a506f"
        }
    },
    "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"
        }
    }
}
