From 4bcaf629a54ae4222c050b09ffd8e803e33c3212 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:09:47 +0000 Subject: [PATCH] Update aquasec/trivy Docker tag to v0.50.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index feec767..3a4a828 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY main.go main.go RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o insights-handler main.go # we pull the trivy binary from aquasec's alpine based image -FROM aquasec/trivy:0.49.1 as trivy +FROM aquasec/trivy:0.50.2 as trivy # Use distroless as minimal base image to package the insights-handler binary # Refer to https://github.com/GoogleContainerTools/distroless for more details