ScoopInstaller_Main/bucket/kyverno-cli.json
2024-07-12 12:31:15 +00:00

27 lines
852 B
JSON

{
"version": "1.12.5",
"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.12.5/kyverno-cli_v1.12.5_windows_x86_64.zip",
"hash": "a470cd34102602eae8b953803d7c22f20d4c78b83d6338b0cfd33d04c50ac95d"
}
},
"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"
}
}
}