From 81cc8cd841e9e59602c165cc93336e39dc2f12c8 Mon Sep 17 00:00:00 2001 From: Carol Valencia <8355621+krol3@users.noreply.github.com> Date: Fri, 10 Dec 2021 15:18:11 -0300 Subject: [PATCH] chore: update trivy version - fixed sarif (#87) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c75033..4549cca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM aquasec/trivy:0.21.0 +FROM aquasec/trivy:0.21.2 COPY entrypoint.sh / RUN apk --no-cache add bash RUN chmod +x /entrypoint.sh