ScoopInstaller_Main/bucket/kubescape.json
Hollow Man 017b6c9f8d
kubescape: Update download url (#4757)
Signed-off-by: Hollow Man <hollowman@opensuse.org>
2023-05-04 23:11:34 +05:30

22 lines
850 B
JSON

{
"version": "2.3.1",
"description": "Scans K8s clusters, YAML files, and HELM charts, and detect misconfigurations and software vulnerabilities at early stages of the CI/CD pipeline and provides a risk score instantly and risk trends over time.",
"homepage": "https://github.com/kubescape/kubescape/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/kubescape/kubescape/releases/download/v2.3.1/kubescape.exe",
"hash": "8f902712e4ea38a1758491449d68ad499b93a22a96c3cd1708ca6d50014ee6c5"
}
},
"bin": "kubescape.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubescape/kubescape/releases/download/v$version/kubescape.exe"
}
}
}
}