trying to run a gitea workflow
Some checks failed
Some checks failed
This commit is contained in:
16
.gitleaks.toml
Normal file
16
.gitleaks.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
title = "attune-gitleaks-config"
|
||||
|
||||
[allowlist]
|
||||
description = "Known development credentials and examples"
|
||||
regexes = [
|
||||
'''test@attune\.local''',
|
||||
'''TestPass123!''',
|
||||
'''JWT_SECRET''',
|
||||
'''ENCRYPTION_KEY''',
|
||||
]
|
||||
paths = [
|
||||
'''^docs/''',
|
||||
'''^reference/''',
|
||||
'''^web/openapi\.json$''',
|
||||
'''^work-summary/''',
|
||||
]
|
||||
Reference in New Issue
Block a user