mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-26 18:09:01 +00:00
Updated Running Falco (markdown)
parent
8ad357b312
commit
f78a7376cb
@ -73,6 +73,11 @@ Options:
|
|||||||
Can not be specified with -t.
|
Can not be specified with -t.
|
||||||
-t <tag> Only run those rules with a tag=<tag>. Can be specified multiple times.
|
-t <tag> Only run those rules with a tag=<tag>. Can be specified multiple times.
|
||||||
Can not be specified with -T/-D.
|
Can not be specified with -T/-D.
|
||||||
|
-U,--unbuffered Turn off output buffering to configured outputs. This causes every
|
||||||
|
single line emitted by falco to be flushed, which generates higher CPU
|
||||||
|
usage but is useful when piping those outputs into another process
|
||||||
|
or into a script.
|
||||||
|
-V,--validate <rules_file> Read the contents of the specified rules file and exit
|
||||||
-v Verbose output.
|
-v Verbose output.
|
||||||
--version Print version number.
|
--version Print version number.
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user