ScoopInstaller_Main/bucket/kyverno-cli.json
2023-11-28 16:27:51 +00:00

27 lines
852 B
JSON

{
"version": "1.11.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.11.1/kyverno-cli_v1.11.1_windows_x86_64.zip",
"hash": "f5e33db2e853dccb9820bb8e9cd82c84aeb47a915c058bec9f0a6e99f9581d83"
}
},
"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"
}
}
}