From c9017eb417e19341fceaa5e8ba7776938540912d Mon Sep 17 00:00:00 2001 From: Simar <1254783+simar7@users.noreply.github.com> Date: Thu, 13 May 2021 09:50:48 -0700 Subject: [PATCH] Revert "Use fixed Sarif template (#45)" (#46) This reverts commit 4ef054abe630b857f028d45dcc98014e20445e99. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 214eab2..650a0da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rahul23/trivy:0.18.1 +FROM aquasec/trivy:0.18.0 COPY entrypoint.sh / RUN apk --no-cache add bash RUN chmod +x /entrypoint.sh