From 55ac8b0e0b82d586b16fd032ab39bd42bf99a1f7 Mon Sep 17 00:00:00 2001 From: nuhasha <103121513+nuhasha@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:49:13 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5de252ce50..172029195c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,5 +25,5 @@ ENV PATH "$PATH:/var/scan/node_modules/.bin" # command line arguments to the run command to control how this executes. # Thus, you can use the parameters that you would normally give to index.js # when running in a container. -ENTRYPOINT ["cloudsploit-scan"] +ENTRYPOINT ["cloudsploitscan"] CMD []