mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com> Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
22 lines
798 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|