graphiti/.github/secret_scanning.yml
Daniel Chalef cb4e187aed
feat: add telemetry with PostHog and update Docker configurations (#633)
* Implement telemetry feature for anonymous usage statistics collection in Graphiti; update Dockerfile CMD format for better signal handling; adjust Neo4j URI and healthcheck in docker-compose.yml; add new dependencies in pyproject.toml and poetry.lock.

* remove duplicated properties

* Update Dockerfile CMD to use JSON array format for improved signal handling

* remove tommlib dep only in 3.11

* Delete server/graph_service/logging_config.py
2025-06-27 12:23:30 -07:00

11 lines
No EOL
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/**"