Skip to content

Commit 56e2e94

Browse files
chore(standards): sync .gitleaksignore to internal template copies
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 00d28cc commit 56e2e94

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

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
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)