ScoopInstaller_Main/bucket/kube-linter.json
2025-02-26 20:29:08 +00:00

22 lines
800 B
JSON

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