ScoopInstaller_Main/bucket/kyverno-cli.json
2024-01-05 12:30:02 +00:00

27 lines
852 B
JSON

{
"version": "1.11.3",
"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.11.3/kyverno-cli_v1.11.3_windows_x86_64.zip",
"hash": "f083b9a712ab319a0ff162702ed88c0a3d265edb8a1c53ee731ef22c9d6387f9"
}
},
"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"
}
}
}