-
Notifications
You must be signed in to change notification settings - Fork 532
feat: add --update-only flag #5012
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: main
Are you sure you want to change the base?
Conversation
chore: update checkers table
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.
Looks like this got jumbled together with your language tests PR. You willneed to rebase this branch to origin/main before we can review and potentially merge it.
5210b32
to
c67e643
Compare
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.
Looks like this still has some unintended changes such as the checker tables -- you may need to rebate your branch to origin/main
and clean that up.
Add --update-only flag for database updates without scanning
This PR implements a solution for issue #4777 to improve the experience for users running multiple copies of cve-bin-tool in parallel.
Changes:
--update-only
flag that allows users to update the database without requiring a directory or file to scandoc/MANUAL.md
to include the new flag in the Database Management sectionThis addresses the first part of issue #4777, making it more intuitive for users to separate database updates from scanning when running multiple instances of the tool in parallel.