From 3f1e527b26348af647ecc6e01050cabc2047afb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Gol=C3=A1=C5=88=20jr=2E?= Date: Sun, 14 Dec 2025 22:39:04 +0100 Subject: [PATCH] feat: include trivy in actionkit --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e4e2909..bab5e21 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,7 @@ FROM node:lts-alpine RUN apk add --no-cache ca-certificates curl podman kubectl kustomize git bash openssl buildah && \ - echo 'rc_cgroup_mode="unified"' >> /etc/rc.conf + echo 'rc_cgroup_mode="unified"' >> /etc/rc.conf && \ + curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.68.1 VOLUME /var/lib/containers \ No newline at end of file