From c7214568c3622d8892e21d8f5a2594679539d20b Mon Sep 17 00:00:00 2001 From: Vinayak S <84206636+Dr-DevOps@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:19:39 +0530 Subject: [PATCH] Upgrade trivy to v0.52.0 --- 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