Skip to content

Commit

Permalink
new version v3.0.1 of kubescape (#3459)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot authored Nov 1, 2023
1 parent 20cdbb4 commit 1ce4425
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: v3.0.0
version: v3.0.1
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/v3.0.0/kubescape-macos-latest.tar.gz
sha256: 28f8728eb001b2bd1d491299006b929d8d4d90799eccd90184cccca0474b55da
uri: https://github.com/kubescape/kubescape/releases/download/v3.0.1/kubescape-macos-latest.tar.gz
sha256: d033a79dec9f5fdb1d61ac8722a349ef326bfc2f226f041ee459372c3734c595
bin: kubescape
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/kubescape/kubescape/releases/download/v3.0.0/kubescape-arm64-macos-latest.tar.gz
sha256: e762a8c0ec9b774ee22881d75be73f5aa333577bdba3b267f272ee55da873e44
uri: https://github.com/kubescape/kubescape/releases/download/v3.0.1/kubescape-arm64-macos-latest.tar.gz
sha256: ee153ecd68d18fc16d75397cb8a2b349edcc2092eac5a25237283e70c1672551
bin: kubescape
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/kubescape/kubescape/releases/download/v3.0.0/kubescape-ubuntu-latest.tar.gz
sha256: ea78313294020bc981477ffb634b4d96fdd2272986deba56a8c6ae206835a2b5
uri: https://github.com/kubescape/kubescape/releases/download/v3.0.1/kubescape-ubuntu-latest.tar.gz
sha256: f4a3f18cac6c94a1d2555fd720e06fe9fdfa28c87bcac20ae5ac2832ae039384
bin: kubescape
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/kubescape/kubescape/releases/download/v3.0.0/kubescape-arm64-ubuntu-latest.tar.gz
sha256: 6f1082ccac4560a6b114567607de7f8d85e03ff70e092e9568b948d110a6cd6c
uri: https://github.com/kubescape/kubescape/releases/download/v3.0.1/kubescape-arm64-ubuntu-latest.tar.gz
sha256: 8b673fcc16140d07121af45bd5a8af9b6caa27feee4bad0688890abdbf8ef242
bin: kubescape
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/kubescape/kubescape/releases/download/v3.0.0/kubescape-windows-latest.tar.gz
sha256: 50eeb4b2a56f0c63ff1cb8d4cb8d49f619229a4080518fea1736e462ca33d255
uri: https://github.com/kubescape/kubescape/releases/download/v3.0.1/kubescape-windows-latest.tar.gz
sha256: dbafc8bc1216ab7f22acac438fdb7e38c88982af2ec8196d9d0f2d4446f064e9
bin: kubescape.exe

0 comments on commit 1ce4425

Please sign in to comment.