ScoopInstaller_Main/bucket/kube-linter.json
Steve Hipwell 340103bfb2
kube-linter: Add version 0.5.1 (#4246)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>

Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2022-12-20 21:10:18 +05:30

22 lines
798 B
JSON

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