Some checks failed
CI / Lint + tests (push) Has been cancelled
Ship a shared markdown/prompt core used by a Brave/Chrome MV3 extension and a Python automation API, with pytest coverage, CI, and packaging smoke.
16 lines
409 B
TOML
16 lines
409 B
TOML
# Minimal gitleaks config for this repo.
|
|
# Extends the default ruleset; no secrets are expected in source.
|
|
title = "context-extractor"
|
|
|
|
[extend]
|
|
useDefault = true
|
|
|
|
# Example/fixture HTML and markdown prompt docs can look secret-like;
|
|
# they are intentional fixtures, not credentials.
|
|
[allowlist]
|
|
description = "Known false positives"
|
|
paths = [
|
|
'''automation/tests/fixtures/''',
|
|
'''CURSOR_PROMPT\.md''',
|
|
]
|