9ab158e859
* bump to ghcr.io/aquasecurity/trivy:0.33.0 * fix tests * bump to 0.34.0
6 lines
155 B
Docker
6 lines
155 B
Docker
FROM ghcr.io/aquasecurity/trivy:0.34.0
|
|
COPY entrypoint.sh /
|
|
RUN apk --no-cache add bash curl npm
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|