ScoopInstaller_Main/bucket/kubeconform.json
2023-11-18 20:23:43 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.6.4",
"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.4/kubeconform-windows-amd64.zip",
"hash": "1f6ad9eaab24d14363433897aee4b9049184b10ac3681de0d23105f3a114bf69"
},
"32bit": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.4/kubeconform-windows-386.zip",
"hash": "97b0d701e14a6b125c7c184fdb2e2c356d0b1148932571c39f09f9212c30d549"
},
"arm64": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.4/kubeconform-windows-arm64.zip",
"hash": "491568dc4a17fccc735541a09cf767ad77742e17391d309232cac6a0d9832675"
}
},
"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"
}
}
}