-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathghostcheck.toml
More file actions
19 lines (16 loc) · 821 Bytes
/
Copy pathghostcheck.toml
File metadata and controls
19 lines (16 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# GhostCheck Configuration File
# For more info: https://github.com/KbWen/security-tools
severity_threshold = "INFO"
exclude_patterns = [".git", "__pycache__", "venv", "node_modules", ".ghostcheck", "ghostcheck-report*", ".env*", "*.lock", "package-lock.json", ".next", ".firebase", ".antigravity*", "dist", "build"]
enabled_checks = ["hallucination", "secrets", "rules", "docker"]
offline = false
preset = "generic"
# proxy = "http://127.0.0.1:8080"
# [Custom Language Support]
# Add custom negative keywords for documentation (e.g., "don't do this")
custom_safe_keywords = ["нел?з?", "зап?е?ено"]
# Add custom example keywords for documentation (e.g., "for example")
# custom_example_keywords = ["нап?име?", "об?азе?"]
[tool.ghostcheck]
project_name = "security-tools"
project_type = "generic"