Updated Falco Configuration (markdown)

Mark Stemm
2017-10-09 16:07:54 -07:00
parent d3e9b895c8
commit 4f12cd5156

@@ -7,9 +7,12 @@ Any configuration option can be overridden on the command line via the `-o/--opt
The current configuration keys are:
#### `rules_file: <path>`
#### `rules_file:
- <path1>
- <path2>
- ...`
the location of the rules file. This can also be overridden on the command line via `-r`.
the location of the rules file(s). This can contain one or more paths to separate rules files. You can also specify multiple rules files on the command line via one or more `-r` options.
#### `json_output: [true|false]`