mirror of
https://github.com/aquasecurity/trivy-action.git
synced 2026-05-14 03:02:40 +00:00
49e970d7ac
Co-authored-by: carolina valencia <krol3@users.noreply.github.com>
6 lines
146 B
Docker
6 lines
146 B
Docker
FROM ghcr.io/aquasecurity/trivy:0.29.0
|
|
COPY entrypoint.sh /
|
|
RUN apk --no-cache add bash
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|