ScoopInstaller_Main/bucket/kubeconform.json
2023-07-16 08:28:17 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.6.3",
"description": "A Kubernetes manifest validation tool. Incorporate it into your CI, or use it locally to validate your Kubernetes configuration!",
"homepage": "https://github.com/yannh/kubeconform",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.3/kubeconform-windows-amd64.zip",
"hash": "28edecd46e6969d12176e19c691de5a87d5cd187ad48d7ce0fc5b0eb2c9cac4a"
},
"32bit": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.3/kubeconform-windows-386.zip",
"hash": "047c5fe83a4c5b53116a40eb0ca48f73885d8dabff14adf84c00c573fa7bf261"
},
"arm64": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.3/kubeconform-windows-arm64.zip",
"hash": "cd221f4892e4df4392b339774f035f06b5919c306c880ea915881477226dfd91"
}
},
"bin": "kubeconform.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/yannh/kubeconform/releases/download/v$version/kubeconform-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/yannh/kubeconform/releases/download/v$version/kubeconform-windows-386.zip"
},
"arm64": {
"url": "https://github.com/yannh/kubeconform/releases/download/v$version/kubeconform-windows-arm64.zip"
}
},
"hash": {
"url": "$baseurl/CHECKSUMS"
}
}
}