-
Notifications
You must be signed in to change notification settings - Fork 9
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
Dependency check odc.autoupdate
option is not respected
#88
Comments
I wonder if there are any users out there who have their own |
Right. I guess if they had it set to |
odc.update
option is not respected
odc.update
option is not respectedodc.autoupdate
option is not respected
Right! Thanks for update to my update! |
Worth noting: The Dependency Check auto update default matches clj-watson |
Remove clj-watson's update of the nvd database. Whether or not to update the nvd database is a dependency-check concern and controlled by the `dependency-check.properties` `odc.autoupdate` property. Closes clj-holmes#88
Currently
While looking at #86, I noticed the following in the logs:
You'll notice the duplicate work.
Diagnosis
Clj-watson explicitly requests that the nvd database be updated, but dependency.check
odc.autoupdate
controls whether or not the nvd database is updated, and the clj-watson default is a very reasonabletrue
.Next
I'll follow up with a PR to remove clj-watson's explicit unnecessary request to update.
The text was updated successfully, but these errors were encountered: