mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 23:21:19 +00:00
27 lines
852 B
JSON
27 lines
852 B
JSON
{
|
|
"version": "1.12.4",
|
|
"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.4/kyverno-cli_v1.12.4_windows_x86_64.zip",
|
|
"hash": "7152cd3223ff465a9df1fb7b64a68fc5b5e36ab797590782f6c6d6da8888a3a3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|