From dba83feec810c70bacbc4bead308ae1e466c572b Mon Sep 17 00:00:00 2001 From: rahul2393 Date: Thu, 13 May 2021 23:55:15 +0530 Subject: [PATCH] fix invalid rule exception for SARIF templates (#47) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 650a0da..e069815 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM aquasec/trivy:0.18.0 +FROM aquasec/trivy:0.18.1 COPY entrypoint.sh / RUN apk --no-cache add bash RUN chmod +x /entrypoint.sh