ScoopInstaller_Main/bucket/kube-linter.json
2024-01-23 16:28:14 +00:00

22 lines
800 B
JSON

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