-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch known vulnerability in Docker image #269
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Adding
|
Fixed by #270 |
The title isnt reflecting the issue though! |
Bug description
Running trivy image scanning against the image for http-configurable-proxy results in two vulnerabilities found.
Expected behavior
0 vulnerabilities
Actual behavior
trivy image --ignore-unfixed --light jupyterhub/configurable-http-proxy:latest > out.txt
Results in: out.txt showing 2 vulnerabilities
How to reproduce
docker pull jupyterhub/configurable-http-proxy:latest
trivy image --ignore-unfixed jupyterhub/configurable-http-proxy:latest > out.txt
Your personal set up
The text was updated successfully, but these errors were encountered: