We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248e257 commit 8b8637cCopy full SHA for 8b8637c
1 file changed
gcp/workers/worker/worker.py
@@ -335,7 +335,8 @@ def _source_update(self, message):
335
source_repo.repo_url,
336
os.path.join(self._sources_dir, source),
337
git_callbacks=self._git_callbacks(source_repo),
338
- branch=source_repo.repo_branch)
+ branch=source_repo.repo_branch,
339
+ force_update=True)
340
341
vuln_path = os.path.join(osv.repo_path(repo), path)
342
if not os.path.exists(vuln_path):
0 commit comments