Skip to content

Commit 019c74c

Browse files
chore(standards): add skeleton .gitleaksignore for false positive guidance
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8053a1e commit 019c74c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.gitleaksignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# .gitleaksignore — Gitleaks false positive allowlist
2+
#
3+
# When gitleaks flags a false positive (e.g., example tokens in docs,
4+
# content hashes, or test fixtures), add its fingerprint here.
5+
#
6+
# To find the fingerprint, run:
7+
# make scan
8+
# or inside the container:
9+
# gitleaks detect -v
10+
#
11+
# Copy the "Fingerprint" value for the finding you want to allow.
12+
# Format: <file>:<rule>:<line>
13+
#
14+
# See: https://github.com/gitleaks/gitleaks#configuration

0 commit comments

Comments
 (0)