ScoopInstaller_Main/bucket/kyverno-cli.json
2023-12-20 12:29:07 +00:00

27 lines
852 B
JSON

{
"version": "1.10.7",
"description": "Kyverno CLI to manage Kubernetes policies",
"homepage": "https://kyverno.io/docs/kyverno-cli/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/kyverno/kyverno/releases/download/v1.10.7/kyverno-cli_v1.10.7_windows_x86_64.zip",
"hash": "7c9e2003446efe66688ed2be1eff18ebbb6bba1d210e6d4b4273bef6310aab7e"
}
},
"bin": "kyverno.exe",
"checkver": {
"github": "https://github.com/kyverno/kyverno"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kyverno/kyverno/releases/download/v$version/kyverno-cli_v$version_windows_x86_64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}