ScoopInstaller_Main/bucket/kube-linter.json
2024-11-06 12:31:48 +00:00

22 lines
800 B
JSON

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