Skip to content

Commit

Permalink
new version v2.9.2 of kubescape (#3439)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot authored Oct 19, 2023
1 parent ff0b309 commit bd7f4d8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions plugins/kubescape.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
homepage: https://github.com/kubescape/kubescape/
shortDescription: Scan resources and cluster configs against security frameworks.
version: v2.9.1
version: v2.9.2
description: |
It includes risk analysis, security compliance, and misconfiguration scanning
with an easy-to-use CLI interface, flexible output formats, and automated scanning capabilities.
Expand All @@ -14,34 +14,34 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/kubescape/kubescape/releases/download/v2.9.1/kubescape-macos-latest.tar.gz
sha256: 2f264038e1ab9fa183240f8dcadae8204c2ac25cb3f5d25835d3777be0728e86
uri: https://github.com/kubescape/kubescape/releases/download/v2.9.2/kubescape-macos-latest.tar.gz
sha256: 826b1ca94fe98f3021c146b721aa0622bae06f702b39a4495e3d781646d440b6
bin: kubescape
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/kubescape/kubescape/releases/download/v2.9.1/kubescape-arm64-macos-latest.tar.gz
sha256: 6edbe7a90e65d14057b74aa1f7c549bbebe6603e6dd170b40b9252902f64ceb0
uri: https://github.com/kubescape/kubescape/releases/download/v2.9.2/kubescape-arm64-macos-latest.tar.gz
sha256: 6fbb564d34d95e8f12ae3aeadb0fd08639c8fbc0663de075e953bb439a08e398
bin: kubescape
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/kubescape/kubescape/releases/download/v2.9.1/kubescape-ubuntu-latest.tar.gz
sha256: 64ec191663283870fa772e52ae60d14cd11635680ede0cdcbb7ed2aed8849198
uri: https://github.com/kubescape/kubescape/releases/download/v2.9.2/kubescape-ubuntu-latest.tar.gz
sha256: 8f1d6389abdf0b46344cf05b7992b7e403fe30cfa2d0d21d5adfe0627cc93da5
bin: kubescape
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/kubescape/kubescape/releases/download/v2.9.1/kubescape-arm64-ubuntu-latest.tar.gz
sha256: f369d02abd56d228668fb0378ddced8b44c64cf0a350bd5d89c51de915929d6e
uri: https://github.com/kubescape/kubescape/releases/download/v2.9.2/kubescape-arm64-ubuntu-latest.tar.gz
sha256: a09a2e9c05fea55b8a69ed10d864b9785184331efd8b7839ff236883ef045f44
bin: kubescape
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/kubescape/kubescape/releases/download/v2.9.1/kubescape-windows-latest.tar.gz
sha256: 1920b81147a350834bdc3f9d3a5c94e1f50c6fb0190c85dc1e51403371fd6bc3
uri: https://github.com/kubescape/kubescape/releases/download/v2.9.2/kubescape-windows-latest.tar.gz
sha256: 3e71976e94ba005e97d65c5da6cb61ffa1c7089044f38b534d1eb0825d8b1dbb
bin: kubescape.exe

0 comments on commit bd7f4d8

Please sign in to comment.