diff --git a/Dockerfile b/Dockerfile index 7b3c2a6..6c7f45d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,3 @@ FROM checkmarx/kics:latest -COPY entrypoint.sh /entrypoint.sh - -RUN chmod +x /entrypoint.sh - -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/app/bin/kics","-p $INPUT_DIRECTORY"] \ No newline at end of file