mirror of
https://github.com/aquasecurity/trivy-action.git
synced 2026-05-14 11:12:40 +00:00
cff3e9a7f6
Signed-off-by: Simar <simar@linux.com>
6 lines
155 B
Docker
6 lines
155 B
Docker
FROM ghcr.io/aquasecurity/trivy:0.37.1
|
|
COPY entrypoint.sh /
|
|
RUN apk --no-cache add bash curl npm
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|