trying to run a gitea workflow
Some checks failed
CI / Security Advisory Checks (push) Waiting to run
CI / Rust Blocking Checks (push) Failing after 47s
CI / Web Blocking Checks (push) Failing after 46s
CI / Security Blocking Checks (push) Failing after 8s
CI / Web Advisory Checks (push) Failing after 9s

This commit is contained in:
2026-03-04 22:36:16 -06:00
parent 7438f92502
commit 67a1c02543
25 changed files with 1129 additions and 83 deletions

16
.gitleaks.toml Normal file
View 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/''',
]