b2933f565d
* bump trivy version to v0.51.1 * update tests
6 lines
155 B
Docker
6 lines
155 B
Docker
FROM ghcr.io/aquasecurity/trivy:0.51.1
|
|
COPY entrypoint.sh /
|
|
RUN apk --no-cache add bash curl npm
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|