-
Notifications
You must be signed in to change notification settings - Fork 581
🔒 Upgrade dependencies to address known CVEs #363
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
base: master
Are you sure you want to change the base?
Conversation
rework ga master
Approving this, since theres a pending rewrite to deprecate the fsouza/go-dockerclient with the official one. this also should solve other cve reported by snyk.
| import ( | ||
| "github.com/bcicen/ctop/logging" | ||
| "github.com/bcicen/ctop/models" | ||
| "github.com/lordoverlord/ctop/logging" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these lines be changing if you are intending to merge into bcicen's repo?
Im not sure this repo is maintained anymore :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems correct, should change those lines to contribute to this repo..
… fixes (#5) * rework of the runc for addresing high score vulnerabilities * cleanup from dockerfile * overhaul to github actions, binary and docker image * fix for the docker job * fix for snyk step
This PR updates several dependencies to mitigate known vulnerabilities:
Build tested across GOOS={linux,darwin,windows} with no regressions found.
Let me know if adjustments or splitting of PRs is preferred. Happy to collaborate!