kubescape: Update download url (#4757)

Signed-off-by: Hollow Man <hollowman@opensuse.org>
This commit is contained in:
Hollow Man 2023-05-04 20:41:34 +03:00 committed by GitHub
parent 2d49b222fe
commit 017b6c9f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{
"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/armosec/kubescape/",
"homepage": "https://github.com/kubescape/kubescape/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/armosec/kubescape/releases/download/v2.3.1/kubescape-windows-latest#/kubescape.exe",
"url": "https://github.com/kubescape/kubescape/releases/download/v2.3.1/kubescape.exe",
"hash": "8f902712e4ea38a1758491449d68ad499b93a22a96c3cd1708ca6d50014ee6c5"
}
},
@ -14,7 +14,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/armosec/kubescape/releases/download/v$version/kubescape-windows-latest#/kubescape.exe"
"url": "https://github.com/kubescape/kubescape/releases/download/v$version/kubescape.exe"
}
}
}