We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2333476 commit 2b77bfcCopy full SHA for 2b77bfc
turbinia/workers/analysis/yara.py
@@ -68,7 +68,7 @@ def update_rules(self, rules):
68
try:
69
repository = git.Repo(path)
70
origin = repository.remotes.origin
71
- origin.pull(depth=1)
+ origin.pull(depth=1, rebase=True)
72
log.info('Successfully updated rules from %s in %s', repo, path)
73
except git.exc.InvalidGitRepositoryError as e:
74
log.error(
0 commit comments