Öffentliche Dateiansicht: Raw-Dateien, Tree, Releases und Issues sind ohne Login verfügbar.
leakguard.toml
1
2
3
4
5
6
7
8
9
[scan]
# Only scan Go source files and config files; skip generated/vendor dirs
extensions = [".go", ".env.example", ".yml", ".yaml", ".toml", ".md"]
exclude_paths = ["vendor", "build", "testservices"]
exclude_files = ["README.md","admin_test.go","auth.go","configTemplates.go","main_test.go","main.go"]

[rules]
# .env.example contains placeholder values only — suppress env-file rule
disable = []
Sprachen
Go 46%
JavaScript 45%
Markdown 3.3%
HTML 2.5%
YAML 1.7%
JSON 1.1%
Klonen
HTTPS