ScoopInstaller_Main/bucket/kyverno-cli.json
2025-02-06 12:31:55 +00:00

27 lines
852 B
JSON

{
"version": "1.13.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.13.3/kyverno-cli_v1.13.3_windows_x86_64.zip",
"hash": "911c83f437921c4b60080e3cf80702bf221d64da524ee3598bcad38b5c8d0ef7"
}
},
"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"
}
}
}