ScoopInstaller_Main/bucket/kube-linter.json
2025-10-24 07:24:09 -04:00

29 lines
1.2 KiB
JSON

{
"version": "0.7.6",
"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.7.6/kube-linter.exe",
"hash": "e714f09f22a36c9c0c62fcb9472a933688c7820957d9956dcf6a01e3fd7b2340"
},
"arm64": {
"url": "https://github.com/stackrox/kube-linter/releases/download/v0.7.6/kube-linter_arm64.exe#/kube-linter.exe",
"hash": "203ce4a73f1f7c22d245677df92731cc4e94ab7cb593e99937c14d53cc72f72a"
}
},
"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"
}
}
}
}