diff --git a/crontab.yml b/crontab.yml index ee66306b..d811e92d 100644 --- a/crontab.yml +++ b/crontab.yml @@ -52,3 +52,10 @@ jobs: shell: /bin/bash schedule: "0 15 * * *" captureStderr: true + + - name: SimpleLogin HIBP check + command: python /code/cron.py -j check_hibp + shell: /bin/bash + schedule: "0 18 * * *" + captureStderr: true + concurrencyPolicy: "forbid" \ No newline at end of file