mirror of
https://github.com/falcosecurity/falco.git
synced 2025-05-30 10:24:35 +00:00
Updated Falco Configuration (markdown)
parent
4f12cd5156
commit
06c534e8f7
@ -7,12 +7,18 @@ Any configuration option can be overridden on the command line via the `-o/--opt
|
||||
|
||||
The current configuration keys are:
|
||||
|
||||
#### `rules_file:
|
||||
- <path1>
|
||||
- <path2>
|
||||
- ...`
|
||||
#### `rules_file: [<path1>, <path2>, ...]`
|
||||
|
||||
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.
|
||||
the location of the rules file(s). This can contain one or more paths to separate rules files. In falco.yaml, this is expressed as the equivalent:
|
||||
|
||||
```yaml
|
||||
rules_file:
|
||||
- <path1>
|
||||
- <path2>
|
||||
- ...
|
||||
```
|
||||
|
||||
You can also specify multiple rules files on the command line via one or more `-r` options.
|
||||
|
||||
#### `json_output: [true|false]`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user