20 lines
289 B
TOML
20 lines
289 B
TOML
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'
|
|
]
|