# Allowlist for fake/test/demo secrets only # DO NOT add real credentials here [allowlist] description = "Ignore test/demo secrets" paths = [ "docs/.*", ".*Test.*\\.json", ".*Development.*" ] regexes = [ "FAKE_.*_KEY", "TEST_.*_TOKEN" ]