4a19d70af1
Lint with Ruff / ruff (push) Has been cancelled
MCP Server Tests / live-mcp-tests (push) Has been cancelled
Tests / unit-tests (push) Has been cancelled
Tests / database-integration-tests (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Server Tests / live-server-tests (push) Has been cancelled
Pyright Type Check / pyright (push) Has been cancelled
11 lines
441 B
YAML
11 lines
441 B
YAML
# Secret scanning configuration
|
|
# This file excludes specific files/directories from secret scanning alerts
|
|
|
|
paths-ignore:
|
|
# PostHog public API key for anonymous telemetry
|
|
# This is a public key intended for client-side use and safe to commit
|
|
# Key: phc_UG6EcfDbuXz92neb3rMlQFDY0csxgMqRcIPWESqnSmo
|
|
- "graphiti_core/telemetry/telemetry.py"
|
|
|
|
# Example/test directories that may contain dummy credentials
|
|
- "tests/**/fixtures/**" |