From 22e15de1f0a72c165616cbf162b458b9bec47791 Mon Sep 17 00:00:00 2001 From: Vinayak S <84206636+Dr-DevOps@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:22:01 +0530 Subject: [PATCH] Upgrade trivy to v0.52.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98ba14e..08da527 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/aquasecurity/trivy:0.52.0 +FROM ghcr.io/aquasecurity/trivy:0.52.2 COPY entrypoint.sh / RUN apk --no-cache add bash curl npm RUN chmod +x /entrypoint.sh