From edab2ca7af84015b504cef9b7d24b44257b1a27c Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Thu, 13 Jun 2024 12:42:47 -0400 Subject: [PATCH] [FIX] [CHECKOV] Production image (defined process) is not a service (yet). --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7e06837..8e7b644 100644 --- a/Dockerfile +++ b/Dockerfile @@ -110,3 +110,5 @@ RUN ls -alh USER worker CMD ["make", "run"] + +# checkov:skip= CKV_DOCKER_2: production image isn't a service process (yet) \ No newline at end of file