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 secret_scanner every day at 11:30pm pacific
Requires=jira_secret_scanner.service

[Timer]
OnCalendar=*-*-* 7:30:00
RandomizedDelaySec=60

[Install]
WantedBy=timers.target