ScoopInstaller_Main/bucket/kyverno-cli.json
2025-01-24 16:30:25 +00:00

27 lines
852 B
JSON

{
"version": "1.13.2",
"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.2/kyverno-cli_v1.13.2_windows_x86_64.zip",
"hash": "8b34fed84f23ba6533816219c64f03cfeb5e3e5ccb87865f10c48cfcf43cf244"
}
},
"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"
}
}
}