# This file lists fingerprints of known false positives suppressed from gitleaks.
# Fingerprint format: <commit>:<file>:<rule-id>:<line>

# The Azure Monitor Application Insights InstrumentationKey in telemetry.py is a
# write-only ingestion endpoint. Per Microsoft documentation this key has no read
# or management access and is safe to embed in open-source code.
# Original commit before the gitleaks:allow inline annotation was added.
b91534a490a27f3dfdb0907c214ba901e06ff974:src/fabric_dw/telemetry.py:generic-api-key:52

# config.py set_default key comparisons for retry_deadline_s / combined_deadline_s —
# string literals used as config-key identifiers, not secrets.
f949307560771b1c6e019fd8750c30341d305d08:src/fabric_dw/config.py:generic-api-key:247
f949307560771b1c6e019fd8750c30341d305d08:src/fabric_dw/config.py:generic-api-key:260

# config.py refactor: _make_defaults_setter key comparison for max_429_retries —
# string literal used as a config-key identifier, not a secret.
fd8fdba053bd6c9228cbf6170429aa0718c58a8a:src/fabric_dw/config.py:generic-api-key:508

# Same false positive after rebase onto main (new commit sha, slightly different line).
1976c27b5a576d1f696adb84b0d24ca0f76461fc:src/fabric_dw/config.py:generic-api-key:516
