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