mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
22 lines
800 B
JSON
22 lines
800 B
JSON
{
|
|
"version": "0.6.8",
|
|
"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.8/kube-linter.exe",
|
|
"hash": "4c9c011aa9813af664b555eed28bfadd8873299e84bb5c4cf4521b04d19d8dee"
|
|
}
|
|
},
|
|
"bin": "kube-linter.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/stackrox/kube-linter/releases/download/v$version/kube-linter.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|