FROM aquasec/trivy WORKDIR /app COPY start.sh /start.sh RUN chmod +x /start.sh ENTRYPOINT ["/bin/sh", "/start.sh"]