Docker-only oriented version
Opened this issue · 2 comments
Hi,
I have created a docker-only oriented version :
- Upgrade Node and Change OS Version to alpine
- Removing / upgrading highly vulnerable packages(netlify and traceroute)
Some optimizations are still needed but from docker scout vision :
from :
lissy93/web-check:latest
365 vulnerabilities found in 77 packages
UNSPECIFIED 26
LOW 139
MEDIUM 85
HIGH 103
CRITICAL 12
to :
marco674/web-check:0.0.7-alpine3.19-20
3 vulnerabilities found in 2 packages
UNSPECIFIED 1
LOW 0
MEDIUM 1
HIGH 1
CRITICAL 0
Next :
I'm still working on some issues on screencapture and techstack.
Also working on reducing docker image size.
If my fork interest you, feel free to create a custom branch where I can merge on :)
https://github.com/Marco674/web-check
edit : ScreenCapture and techstack are working
Hi
Why don't you create a PR, I'm sure @Lissy93 would be happy to merge that. :)