Delete docker/trivy/Dockerfile

This commit is contained in:
colin 2024-01-21 20:39:54 +00:00
parent ef96ec7663
commit efa0b2f9dd
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
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"]