Skip to content

rego

NAME

tracee --rego - Rego configurations

SYNOPSIS

tracee --rego <config-option>

DESCRIPTION

The --rego flag allows you to configure rego settings for Tracee.

Possible configuration options:

  • partial-eval: Enable partial evaluation of rego signatures.
  • aio: Compile rego signatures altogether as an aggregate policy. By default, each signature is compiled separately.

EXAMPLES

  • To enable partial evaluation, use the following flag:
--rego partial-eval
  • To enable partial evaluation and aggregate policy compilation, use the following flags:
--rego partial-eval --rego aio

Please refer to the documentation for more information on rego signatures.