kereis / traefik-certs-dumper

Dumps Let's Encrypt certificates of a specified domain which Traefik stores in acme.json.
Apache License 2.0
118 stars 24 forks source link

Security/quality scan and optimization #4

Open kereis opened 4 years ago

kereis commented 4 years ago

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:

Jakes-Lab commented 2 years ago

Ran the latest docker image through trivy, results are attached.

traefik-certs-dumper_vulnerabilities.txt

kereis commented 2 years ago

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.

kereis commented 2 years ago

I see they also provide a GitHub Action: https://github.com/marketplace/actions/aqua-security-trivy

Maybe we can implement that?