Files
auto/.gitleaks.toml
T
ilia 94c49d43e7
CI / skip-ci-check (pull_request) Successful in 18s
CI / secret-scan (pull_request) Successful in 17s
CI / node-ci (pull_request) Successful in 21s
Refocus copy on SMB owners who don't know they need automation
Add a problem-first "sound familiar?" section, rework the hero and
terminal signature to lead with business outcomes instead of tool
names, add an FAQ for people who can't name their problem yet, and
add an email-capture form (Listmonk) for visitors who aren't ready
to book a call. Design decisions recorded in docs/design-brief-smb-refresh.md.
2026-07-25 14:29:10 -04:00

20 lines
627 B
TOML

# Homelab bootstrap — gitleaks allowlist (tests, examples, placeholders)
title = "homelab gitea bootstrap"
[allowlist]
description = "Test fixtures and example configs are not production secrets"
paths = [
'''(?i).*\.test\.(ts|tsx|js|jsx|py)$''',
'''(?i).*\.spec\.(ts|tsx|js|jsx)$''',
'''(?i).*/tests/.*''',
'''(?i).*/__tests__/.*''',
'''(?i).*\.example\.(yml|yaml|env|json|toml)$''',
'''(?i).*vault\.example\.(yml|yaml)$''',
'''(?i).*\.env\.example$''',
]
regexes = [
'''(?i)(invalid|fake|dummy|placeholder|example|changeme|change_me|not-a-real)''',
'''(?i)sk-or-invalid''',
'''(?i)msk-or-invalid''',
]