File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments