mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
27 lines
852 B
JSON
27 lines
852 B
JSON
{
|
|
"version": "1.15.2",
|
|
"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.2/kyverno-cli_v1.15.2_windows_x86_64.zip",
|
|
"hash": "bfac6adbc6159f9cd63b4c105d217ec907eedd7661e51154c309a6aa7d0540c4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|