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.
[Unit]
Description=Runs GHE Secret Monitor
Wants=ghe_secret_monitor.timer

[Service]
Type=oneshot
ExecStart=/usr/bin/git pull origin
ExecStart=/home/ec2-user/anaconda3/bin/python scripts/ghe_secret_monitor.py
WorkingDirectory=/home/ec2-user/rusty-hog
User=ec2-user
Group=ec2-user
Environment='PATH=/root/anaconda3/bin:/root/anaconda3/condabin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/root/.local/bin:/root/bin:/root/.local/bin:/root/bin'
Environment=GHE_REPO_TOKEN=<redacted for git>
Environment=INSIGHTS_INSERT_KEY=<redacted for git>
Environment=SSH_KEY_PATH=<redacted for git>
Environment=INSIGHTS_ACCT_ID=<redacted for git>
Environment=GHE_DOMAIN=<redacted for git>
Environment=CHOCTAW_HOG_PATH=musl_releases/choctaw_hog


[Install]
WantedBy=multi-user.target