mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
22 lines
798 B
JSON
22 lines
798 B
JSON
{
|
|
"version": "0.6.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/0.6.0/kube-linter.exe",
|
|
"hash": "6bdc0c1886c073a4b6d63e36163c29e2df9a63bcb45eef9f6340c9eefd85e80d"
|
|
}
|
|
},
|
|
"bin": "kube-linter.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/stackrox/kube-linter/releases/download/$version/kube-linter.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|