We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now it is updated when a scan is initiated. When 2 scans run at same time, there is a chance of error in updating the db (conflict).
Cron will update the db outside of the worker scope.
The text was updated successfully, but these errors were encountered:
Configure cron for vulnerability db update #1573
c8572bd
Configure cron for vulnerability db update #1573 (#1595)
da54597
e4be344
ramanan-ravi
Successfully merging a pull request may close this issue.
Right now it is updated when a scan is initiated. When 2 scans run at same time, there is a chance of error in updating the db (conflict).
Cron will update the db outside of the worker scope.
The text was updated successfully, but these errors were encountered: