diff --git a/.gitleaks.toml b/.gitleaks.toml index 3f176fb..c96c92a 100644 --- a/.gitleaks.toml +++ b/.gitleaks.toml @@ -9,6 +9,6 @@ title = "gitleaks config" [allowlist] description = "Global allowlist" paths = [ - '(^|/)tests?/.*fixtures?/', - '(^|/)tests?/.*testdata/', + '''(^|/)tests?/.*fixtures?/''', + '''(^|/)tests?/.*testdata/''', ]