diff --git a/Dockerfile b/Dockerfile index b774b32..0b9d6e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM checkmarx/dev-tests:latest # Copy the entrypoint script and properties used for the action -COPY --chown=555 entrypoint.sh /app/entrypoint.sh -COPY --chown=555 cleanup.sh /app/cleanup.sh +COPY --chmod=555 entrypoint.sh /app/entrypoint.sh +COPY --chmod=555 cleanup.sh /app/cleanup.sh USER 65532 \ No newline at end of file