ScoopInstaller_Main/bucket/kubeconform.json
2025-05-12 12:31:37 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.7.0",
"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.7.0/kubeconform-windows-amd64.zip",
"hash": "9cb75551d81c909c2241ab383ced2be68363b5bfb15fd989badcc5a63bea5d7e"
},
"32bit": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.7.0/kubeconform-windows-386.zip",
"hash": "3fc5f1fd4a8ac5d09cd75419727e0b02799687862c65e358fa62fb76fa287b85"
},
"arm64": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.7.0/kubeconform-windows-arm64.zip",
"hash": "85c5b984950e2783cafac58cac432f35c5003d45ba1dee47d70f05e471960c55"
}
},
"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"
}
}
}