From d88701fa54da3fc141af0c8274ba923db6f17d66 Mon Sep 17 00:00:00 2001 From: Pat Myron Date: Thu, 20 Feb 2020 19:48:41 -0800 Subject: [PATCH] Update IAM policies (#13) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0c643cb..8a8666d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ LABEL "maintainer"="Scott Brenner " RUN apk --no-cache add python3 RUN pip3 install cfn-lint RUN cfn-lint --update-specs +RUN cfn-lint --update-iam-policies COPY cfn-lint.json /cfn-lint.json COPY entrypoint.sh /entrypoint.sh