b77b85c025
* Update Dockerfile to 0.46.0 This will address bugs before 0.46.0 * updating tests
6 lines
155 B
Docker
6 lines
155 B
Docker
FROM ghcr.io/aquasecurity/trivy:0.46.0
|
|
COPY entrypoint.sh /
|
|
RUN apk --no-cache add bash curl npm
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|