@@ -25,7 +25,7 @@ sudo systemctl daemon-reload
2525sudo systemctl enable ghe_secret_monitor
2626```
2727
28- You can then perform a one-time execution of secret_scanner with the command
28+ You can then perform a one-time execution of secret_monitor with the command
2929` sudo service ghe_secret_monitor start ` and examine the results in /var/log/messages
3030
3131## jira_secret_monitor.py
@@ -34,7 +34,7 @@ This is a Python script, also re-written based on Douglas Day's work, that perfo
34341 ) It scans all JIRA tickets modified in the last 24 hours for secrets using gottingen_hog.
35352 ) Within those JIRA tickets it looks for GDrive links and scans those docs for secrets using anakmali_hog.
3636It then collects the results and outputs them to New Relic Insights. You can use
37- the same installation method as above, substituting jira_secret_scanner for secret_scanner
37+ the same installation method as above, substituting jira_secret_monitor for secret_monitor
3838in each step.
3939
4040## gh_org_scanner.py
@@ -53,7 +53,7 @@ blacklist of words. It outputs the results as output_filtered.csv
5353
5454This is a simple script meant to retrieve the latest pypi package (provided through environment variables) and perform a
5555Rusty Hog scan on the contents of the download. It will then post the results to Insights. You can use
56- the same installation method as above, substituting pypi_secret_monitor for secret_scanner
56+ the same installation method as above, substituting pypi_secret_monitor for secret_monitor
5757in each step.
5858
5959You will need to supply 4 environment variables to it:
@@ -66,7 +66,7 @@ DUROC_HOG_PATH - the path to the duroc hog binary (relative or absolute)
6666
6767Based on pypi_secret_monitor, this is a simple script meant to retrieve the latest rubygem package (provided through
6868environment variables) and perform a Rusty Hog scan on the contents of the download. It will then post the results to
69- Insights. You can use the same installation method as above, substituting rubygem_secret_monitor for secret_scanner
69+ Insights. You can use the same installation method as above, substituting rubygem_secret_monitor for secret_monitor
7070in each step.
7171
7272You will need to supply 4 environment variables to it:
0 commit comments