Skip to content

Commit

Permalink
Downgrade kubescape
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Apr 28, 2024
1 parent 3a1e236 commit f392e79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion megalinter/descriptors/kubernetes.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ linters:
vscode:
- name: Kubescape
url: https://marketplace.visualstudio.com/items?itemName=kubescape.kubescape
downgraded_version: true
downgraded_reason: https://github.com/kubescape/kubescape/issues/1366
install:
apk:
- curl
Expand All @@ -110,4 +112,4 @@ linters:
dockerfile:
- |
RUN ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2 && \
curl --retry 5 --retry-delay 5 -sLv https://raw.githubusercontent.com/kubescape/kubescape/master/install.sh | /bin/bash -s
curl --retry 5 --retry-delay 5 -sLv https://raw.githubusercontent.com/kubescape/kubescape/master/install.sh | /bin/bash -s -- -v v2.9.0

0 comments on commit f392e79

Please sign in to comment.