Skip to content
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

Open
timflannagan opened this issue Jan 9, 2025 · 4 comments
Open

Evaluate dependency management & security scanning tools #10425

timflannagan opened this issue Jan 9, 2025 · 4 comments

Comments

@timflannagan
Copy link
Member

timflannagan commented Jan 9, 2025

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

  • Dependabot – Automated PRs for dependency updates
  • Renovate – More configurable dependency update automation
  • Trivy – Security vulnerability scanning for containers and dependencies
@timflannagan
Copy link
Member Author

Thoughts @nfuden @lgadban @josh-pritchard?

@nfuden
Copy link
Contributor

nfuden commented Jan 15, 2025

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.

@nfuden
Copy link
Contributor

nfuden commented Jan 15, 2025

We may want to rework the scanner setup (its deep in some legacy code currently).
Perhaps a survey of what other projects are using for vulnerability detection that doesnt require additional cost.

@lgadban lgadban changed the title Remove the trivy dependency? Decide on vulnerability scanning Feb 5, 2025
@lgadban lgadban changed the title Decide on vulnerability scanning Implement vulnerability scanning Feb 5, 2025
@timflannagan timflannagan changed the title Implement vulnerability scanning Evaluate dependency management & security scanning tools Feb 5, 2025
@timflannagan
Copy link
Member Author

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.

@lgadban lgadban moved this from Backlog to Planned in Kgateway Planning Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Planned
Development

No branches or pull requests

2 participants