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