|
1
|
# Bandit security scanning configuration |
|
2
|
# Baseline exceptions for legitimate patterns |
|
3
|
|
|
4
|
# Exclude virtual environments and third-party code |
|
5
|
exclude_dirs: |
|
6
|
- .venv |
|
7
|
- venv |
|
8
|
- site-packages |
|
9
|
- node_modules |
|
10
|
- __pycache__ |
|
11
|
- tests |
|
12
|
- scripts/archived |
|
13
|
- .ralph |