Skip to content

Commit afd040e

Browse files
committed
fix: removed bandit
1 parent 6bcddf0 commit afd040e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

scripts/ci-local.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ if command -v uv &> /dev/null; then
7171
print_warning "mypy: Type checking issues found. Please review above."
7272
fi
7373

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
8074

8175
else
8276
print_error "uv not found. Please install uv to run backend linting."

0 commit comments

Comments
 (0)