Skip to content

Analyzer Configuration

The Analyzer Configuration described here is shared across all dialects and allows you to define settings applied to all analyzer processes, including DDS export.

Configuration

Field Description Default Value Localizable Environment Variable
sensitive How to handle sensitive data in the analysis output. Chose among:
- "keep" - keep the data as is
- "obfuscate" - replace sensitive data with irreversibly obfuscated values
- "nullify" - replace sensitive data with nulls
- For analyze command: "keep"
- For export dds command: "obfuscate"
No ALC_ANALYZE_SENSITIVE

Example

analyzer:
  # will keep sensitive data as is in analysis reports & dashboards
  sensitive: "keep"