Open kereis opened 4 years ago
Ran the latest docker image through trivy, results are attached.
Hey, thanks for your input.
Meanwhile we may fix most of the vulnerabilities via updating packages through package manager, I think we cannot primarily fix the vulnerabilities listed under usr/bin/traefik-certs-dumper (gobinary)
excepting updating the binary itself.
I see they also provide a GitHub Action: https://github.com/marketplace/actions/aqua-security-trivy
Maybe we can implement that?
I think it's a good idea to take a look at the Docker image in general in aspects of security measurements.
Some good ideas to improve security and quality:
traefik-cert-dumper
orcertdumper
(Also see #3)COPY
vs.ADD
- Differences? Which one is better?run.sh
run.sh
?