IzakMarais / reporter

Service that generates a PDF report from a Grafana dashboard
Apache License 2.0
947 stars 307 forks source link

removed all vulnerabilities according to grype #288

Closed BWalti closed 3 years ago

BWalti commented 3 years ago

We are using this container image to create a PDF report on a regular schedule and were a bit worried about potential security vulnerabilities reported by https://github.com/anchore/grype#installation - therefore I'd suggest to switch to a smaller alpine based image. I don't know go / TeX well enough to estimate, if this change may break some things - at least our report still looks good.

another benefit may also be a smaller image size :)

As mentioned: no clue about go, thus the change in the Makefile may break some developer workflow ? but it seems to be needed for docker build to work in this constellation?

BWalti commented 3 years ago

ups.. basically identical PR: https://github.com/IzakMarais/reporter/pull/287

IzakMarais commented 3 years ago

OK, thanks for letting me know, merged #287 instead.