Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release new version v0.2.6 of marvin #4101

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions plugins/marvin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,33 @@ spec:
to report potential issues, misconfigurations and vulnerabilities.

Marvin allows you to write your own checks by using CEL expressions.
version: v0.2.5
version: v0.2.6
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/undistro/marvin/releases/download/v0.2.5/marvin_Linux_x86_64.tar.gz
sha256: ed28a7b310871e286e03d0e583a23e517b067fb3049b8170c9719d187529e931
uri: https://github.com/undistro/marvin/releases/download/v0.2.6/marvin_Linux_x86_64.tar.gz
sha256: 232e2889f3a71022e70105236f72a7466997b4a3fb0e54012112b3428a0d4e0b
bin: marvin
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/undistro/marvin/releases/download/v0.2.5/marvin_Linux_arm64.tar.gz
sha256: 74ed760874c0bba949df4f27f7edd39e32f35c20e16e7df2599a893b4507e722
uri: https://github.com/undistro/marvin/releases/download/v0.2.6/marvin_Linux_arm64.tar.gz
sha256: 5e9f11a367b997e1b895faa02b4a6d35dbae54366033ed7c4d8af89ecbb42a9f
bin: marvin
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/undistro/marvin/releases/download/v0.2.5/marvin_Darwin_x86_64.tar.gz
sha256: 4a7e17db54a687a0a8f45c8d5e028c27527c8e7db6d288b122e8236d80e7ea33
uri: https://github.com/undistro/marvin/releases/download/v0.2.6/marvin_Darwin_x86_64.tar.gz
sha256: e155ca1a24d24fa2b848c7fb0b89fe726901538721be874eeeb19fba98c35e74
bin: marvin
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/undistro/marvin/releases/download/v0.2.5/marvin_Darwin_arm64.tar.gz
sha256: db1d823666f277910831edcc542fee43fc957c6ab3872c9592c1e54d583310aa
uri: https://github.com/undistro/marvin/releases/download/v0.2.6/marvin_Darwin_arm64.tar.gz
sha256: cb89a82ea1509cffe6c2560070bc85b8cdc4234eeecc83ea9ea56ec966c2afd3
bin: marvin
Loading