diff --git a/Falco-Alerts.md b/Falco-Alerts.md index ce6df4e..74c2804 100644 --- a/Falco-Alerts.md +++ b/Falco-Alerts.md @@ -44,7 +44,7 @@ program_output: program: mail -s "Falco Notification" someone@example.com ``` -For each alert, falco will run the program `mail -s ...` and write the alert to the program. +For each alert, falco will run the program `mail -s ...` and write the alert to the program. The program is run via a shell, so it's possible to specify a command pipeline if you wish to add additional formatting. ## JSON Output