rusty_hogs 1.0.1

This project provides a set of scanners that will use regular expressions to try and detect the presence of sensitive information such as API keys, passwords, and personal information. It includes a set of regular expressions by default, but will also accept a JSON object containing your custom regular expressions.
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Run ghe_secret_monitor every day at 6am pacific
Requires=ghe_secret_monitor.service

[Timer]
OnCalendar=*-*-* 14:00:00
RandomizedDelaySec=600

[Install]
WantedBy=timers.target