These are the default regular expressions and their respective replacements. These expressions are fixed and come with the plugin.
Description | Regexp | Replacement | Sample |
---|---|---|---|
Masks Datadog APP secrets | ((?i)(\bdatadog|dd|dogapi\b).*)(\b([a-zA-Z-0-9]{40})\b) | $1******** |
|
Masks Datadog API secrets | ((?i)(\bdatadog|dd|dogapi\b).*)(\b([a-zA-Z-0-9]{32})\b) | $1******** |
|