ScoopInstaller_Main/bucket/kyverno-cli.json
2025-04-30 16:30:12 +00:00

27 lines
852 B
JSON

{
"version": "1.14.1",
"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.14.1/kyverno-cli_v1.14.1_windows_x86_64.zip",
"hash": "975fad093bdac7e4d7ec761745f166fa544c1c568a57e8e821b53aaec8c2d1a9"
}
},
"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"
}
}
}