mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
19 lines
599 B
TOML
19 lines
599 B
TOML
title = "GitNexus"
|
|
|
|
[extend]
|
|
useDefault = true
|
|
|
|
# Fake credentials in unit tests — none are real secrets:
|
|
# - embedding API keys in the http-embedder tests (regexes below)
|
|
# - synthetic GitHub PAT fixtures in the git-clone PAT-injection tests
|
|
# (e.g. ghp_secret123, ghp_uniqueRawSecret_98765) — allowlisted by path
|
|
# so the exception is bounded to that one test file.
|
|
[allowlist]
|
|
description = "fake credentials in unit tests (no real secrets)"
|
|
regexes = [
|
|
'''secret-key-12345''',
|
|
'''test-api-key-redaction-check''',
|
|
]
|
|
paths = [
|
|
'''gitnexus/test/unit/git-clone\.test\.ts''',
|
|
]
|