mirror of
https://github.com/aquasecurity/trivy-action.git
synced 2026-05-14 03:02:40 +00:00
6 lines
151 B
Docker
6 lines
151 B
Docker
FROM ghcr.io/aquasecurity/trivy:0.30.4
|
|
COPY entrypoint.sh /
|
|
RUN apk --no-cache add bash curl
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|