Update docker/trivy/Dockerfile
This commit is contained in:
parent
92acccbb08
commit
e58786b162
|
@ -4,5 +4,5 @@ COPY start.sh /start.sh
|
|||
RUN chmod +x /start.sh && \
|
||||
trivy image --download-db-only
|
||||
VOLUME /mnt
|
||||
VOLUME /var/log/trivy
|
||||
VOLUME /log
|
||||
ENTRYPOINT ["/bin/sh", "/start.sh"]
|
Loading…
Reference in New Issue