Skip to content

Commit bf56c5c

Browse files
committed
Add gitleaksignore for false positives in dist bundle
Gitleaks-Fingerprint: 599664d:dist/index.js:generic-api-key:1 Gitleaks-Ignore-Reason: False positives - bundled library code and test placeholders in minified dist file, not real secrets
1 parent 599664d commit bf56c5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitleaksignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# False positives in bundled dist file
2+
# These are test placeholder values and library code, not real secrets
3+
599664d51003114c5794d15920da7e5f13703b6f:dist/index.js:generic-api-key:1

0 commit comments

Comments
 (0)