ScoopInstaller_Main/bucket/kyverno-cli.json
2025-07-31 08:30:28 +00:00

27 lines
852 B
JSON

{
"version": "1.15.0",
"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.15.0/kyverno-cli_v1.15.0_windows_x86_64.zip",
"hash": "e8be42ee511e656498aa8be66e9b398bb927718368b35e8565c8ff68686292cb"
}
},
"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"
}
}
}