Skip to content

update database automatically for every run

Julian Thome requested to merge auto-update-db into master

What does this MR do?

This MR leverages the nvd-mirror update script introduced in https://gitlab.com/gitlab-org/secure/vulnerability-research/advisories/nvd-mirror/-/merge_requests/8.

this MR changes gitlab-depscan so that we fetch the latest nvd-mirror database update before running the scanner. Once this gets merged, we can eliminate the scheduled CI jobs that rebuilds the gitlab-depscan docker image to pull the latest database changes and can use a docker image that corresponds to a stable release in gitlab omnibus.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Adam Cohen

Merge request reports