-
Notifications
You must be signed in to change notification settings - Fork 465
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
Evaluate dependency management & security scanning tools #10425
Comments
Thoughts @nfuden @lgadban @josh-pritchard? |
I believe that this project should have some form of vulnerability scanning. Given this I believe that trivy fits the bill as a free option that can be combined with dependabot. |
We may want to rework the scanner setup (its deep in some legacy code currently). |
See #10580 which removed the broken security related Makefile targets from the repository. Updated the title to reflect the want/need for some form of dependency management and/or vulnerability scanning in the short/medium term. |
Evaluate dependency management & security scanning tools
We should investigate and potentially integrate tools to automate dependency updates and perform security vulnerability scanning. This will help keep dependencies up to date and reduce security risks.
Tools to consider
The text was updated successfully, but these errors were encountered: