FROM checkmarx/kics:gh-action-kics1.7 COPY ./entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh COPY ./ /app ENTRYPOINT ["/entrypoint.sh"]