{
    "version": "0.8.3",
    "description": "Analyze Kubernetes YAML files and Helm charts, and check them against a variety of best practices, with a focus on production readiness and security.",
    "homepage": "https://github.com/stackrox/kube-linter",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/stackrox/kube-linter/releases/download/v0.8.3/kube-linter.exe",
            "hash": "8b0ccf51f18ab786fdcdede55046afc701a75c75122e046a2f0d3244bc91274a"
        },
        "arm64": {
            "url": "https://github.com/stackrox/kube-linter/releases/download/v0.8.3/kube-linter_arm64.exe#/kube-linter.exe",
            "hash": "344ddf355c0445851d1acd64905e9dd345e2360a80f4917a36050e72775f1b62"
        }
    },
    "bin": "kube-linter.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/stackrox/kube-linter/releases/download/v$version/kube-linter.exe"
            },
            "arm64": {
                "url": "https://github.com/stackrox/kube-linter/releases/download/v$version/kube-linter_arm64.exe#/kube-linter.exe"
            }
        }
    }
}
