FROM aquasec/trivy WORKDIR /app COPY start.sh /start.sh RUN chmod +x /start.sh RUN apk --no-cache add bash VOLUME /mnt VOLUME /log ENTRYPOINT ["/bin/sh", "/start.sh"]