ScoopInstaller_Main/bucket/kube-linter.json
2024-01-29 12:29:42 +00:00

22 lines
800 B
JSON

{
"version": "0.6.7",
"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.6.7/kube-linter.exe",
"hash": "9568e56e869d17912fe0ba8e6e19f04f7ba4fac70fb486f0b6dacd72a0333ef9"
}
},
"bin": "kube-linter.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/stackrox/kube-linter/releases/download/v$version/kube-linter.exe"
}
}
}
}