Skip to content

Commit

Permalink
Add umount as runtime dependency of secrets-store-csi-driver (#40432)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Allan <max.allan@chainguard.dev>
Co-authored-by: Wojciech Kocjan <wojciech.kocjan@chainguard.dev>
  • Loading branch information
max-allan-cgr and wojciechka authored Jan 24, 2025
1 parent 084b8fd commit 127e47f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions secrets-store-csi-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ package:
name: secrets-store-csi-driver
# When bumping the version check if the CVE mitigations below can be removed.
version: 1.4.7
epoch: 3
epoch: 4
description: Secrets Store CSI driver for Kubernetes secrets
copyright:
- license: Apache-2.0
dependencies:
runtime:
- busybox # the csi driver needs the 'mount' applet
- mount
- umount
- util-linux-misc

environment:
contents:
Expand Down

0 comments on commit 127e47f

Please sign in to comment.