diff --git a/bucket/kubescape.json b/bucket/kubescape.json new file mode 100644 index 0000000000..e7b339277e --- /dev/null +++ b/bucket/kubescape.json @@ -0,0 +1,21 @@ +{ + "version": "1.0.126", + "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/armosec/kubescape/", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/armosec/kubescape/releases/download/v1.0.126/kubescape-windows-latest#/kubescape.exe", + "hash": "f7fdb50f2afffb3a411bdc3dcd2e078ea0b596d5a74e5a464e54842f1458ba59" + } + }, + "bin": "kubescape.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/armosec/kubescape/releases/download/v$version/kubescape-windows-latest#/kubescape.exe" + } + } + } +}