github.com/ishita82/trivy-gitaction@v0.0.0-20240206054925-e937cc05f8e3/Dockerfile (about)

     1  FROM ghcr.io/aquasecurity/trivy:0.48.1
     2  COPY entrypoint.sh /
     3  RUN apk --no-cache add bash curl npm
     4  RUN chmod +x /entrypoint.sh
     5  ENTRYPOINT ["/entrypoint.sh"]