mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
kube-linter: Update to version 0.6.1
Fix autoupdate
This commit is contained in:
parent
b6a0ab82b5
commit
6e814b6437
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "0.6.0",
|
"version": "0.6.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.",
|
"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",
|
"homepage": "https://github.com/stackrox/kube-linter",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/stackrox/kube-linter/releases/download/0.6.0/kube-linter.exe",
|
"url": "https://github.com/stackrox/kube-linter/releases/download/v0.6.1/kube-linter.exe",
|
||||||
"hash": "6bdc0c1886c073a4b6d63e36163c29e2df9a63bcb45eef9f6340c9eefd85e80d"
|
"hash": "b00d31bf96ce0a632fb5e82c0bde688b2bcd87b8703e72990926367cbe079650"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "kube-linter.exe",
|
"bin": "kube-linter.exe",
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/stackrox/kube-linter/releases/download/$version/kube-linter.exe"
|
"url": "https://github.com/stackrox/kube-linter/releases/download/v$version/kube-linter.exe"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user