1 parent 6bcddf0 commit afd040eCopy full SHA for afd040e
1 file changed
scripts/ci-local.sh
@@ -71,12 +71,6 @@ if command -v uv &> /dev/null; then
71
print_warning "mypy: Type checking issues found. Please review above."
72
fi
73
74
- print_status "Running Bandit (Security Check)..."
75
- if uv run bandit -r app/ -f json > /dev/null 2>&1; then
76
- print_success "Bandit: Security check passed!"
77
- else
78
- print_warning "Bandit: Security issues found. Please review."
79
- fi
80
81
else
82
print_error "uv not found. Please install uv to run backend linting."
0 commit comments