chore: suppress initial-commit .env false positives in gitleaksignore
This commit is contained in:
parent
f63defa883
commit
c4d0f86366
1 changed files with 7 additions and 0 deletions
7
.gitleaksignore
Normal file
7
.gitleaksignore
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# Findings suppressed here are historical false positives or already-rotated secrets.
|
||||||
|
# .env was accidentally included in the initial commit; it is now gitignored.
|
||||||
|
# Rotate DIRECTUS_JWT_SECRET if it has not been changed since 2026-03-30.
|
||||||
|
|
||||||
|
# c166e5216 (chore: initial commit) — .env included by mistake
|
||||||
|
c166e5216af532a08112ef87e8542cd51c184115:.env:generic-api-key:25
|
||||||
|
c166e5216af532a08112ef87e8542cd51c184115:.env:cf-generic-env-token:25
|
||||||
Loading…
Reference in a new issue