feat(ci): add gitleaks configuration

This commit is contained in:
Tuan-Dat Tran
2026-02-20 17:27:24 +01:00
parent f6f2dba9e0
commit 32f3221215

19
.gitleaks.toml Normal file
View File

@@ -0,0 +1,19 @@
title = "Gitleaks Configuration"
[extend]
useDefault = true
[[allowlists]]
description = "Allowlisted files"
paths = [
'package-lock.json',
'backend/package-lock.json'
]
[[allowlists]]
description = "Test secrets"
regexes = [
'test.*password',
'test.*secret',
'test.*token'
]