-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitleaksignore
More file actions
37 lines (30 loc) · 1.07 KB
/
.gitleaksignore
File metadata and controls
37 lines (30 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Gitleaks ignore file for FLAMEHAVEN FileSearch
# This file contains fingerprints and patterns for known false positives
# Documentation example API keys (not real secrets)
# Format: file:line:rule
# README.md - Example API keys for documentation
README.md:*:curl-auth-header
README.md:*:generic-api-key
# RELEASE_NOTES - Example keys in release notes
RELEASE_NOTES_v1.2.0.md:*:curl-auth-header
RELEASE_NOTES_v1.2.0.md:*:generic-api-key
RELEASE_NOTES.md:*:curl-auth-header
RELEASE_NOTES.md:*:generic-api-key
# Historical documentation (deleted but in git history)
DEPLOYMENT_GUIDE_v1.2.0.md:*:curl-auth-header
DEPLOYMENT_GUIDE_v1.2.0.md:*:generic-api-key
# Design documents with example keys
docs/history/PHASE6_AUTH_DESIGN.md:*:curl-auth-header
docs/history/PHASE6_AUTH_DESIGN.md:*:generic-api-key
# Test files with mock keys
tests/*:*:generic-api-key
conftest.py:*:generic-api-key
# Known example/placeholder patterns (regex)
# These are documented example keys, not real secrets
sk_live_abc123
sk_live_your_key
sk_test_
your_api_key
your_gemini_key
test_api_key_12345
admin_test_key_12345