mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-01 06:44:46 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "0.8.1",
|
|
"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.8.1/kube-linter.exe",
|
|
"hash": "91f06fbdd09d4410f00d9f53fc121c5f4cd873c3a873eacfdbac6190b02e1985"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/stackrox/kube-linter/releases/download/v0.8.1/kube-linter_arm64.exe#/kube-linter.exe",
|
|
"hash": "4af6442e0406bcea7aa602618778bf07ad5801ed44d590526df227506bcf9ea3"
|
|
}
|
|
},
|
|
"bin": "kube-linter.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/stackrox/kube-linter/releases/download/v$version/kube-linter.exe"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/stackrox/kube-linter/releases/download/v$version/kube-linter_arm64.exe#/kube-linter.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|