Skip to content

Commit 886ddd8

Browse files
committed
Merge pull request alphagov#156 from alphagov/update-rkhunter-run
Update rkhunter check task
2 parents 816ed9a + e0f87a0 commit 886ddd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rkhunter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@task(default=True)
44
def check(*args):
55
"""Run rkhunter on the machine"""
6-
sudo('/usr/bin/rkhunter --cronjob --report-warnings-only --appendlog')
6+
sudo('/etc/cron.daily/rkhunter-passive-check')
77

88
@task
99
def propupdate(*args):

0 commit comments

Comments
 (0)