Skip to content

Commit 91b7b95

Browse files
committed
test: Show all severy level from bandit scan
1 parent 3294d37 commit 91b7b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ ci-build: clean
410410
ci-security:
411411
@echo "$(GREEN)Running security scan (CI mode)...$(NC)"
412412
@$(PIP) install bandit bandit-sarif-formatter safety 2>/dev/null || true
413-
@bandit -r $(SRC_DIR)/ --format sarif --output bandit-results.sarif -ll || true
413+
@bandit -r $(SRC_DIR)/ --format sarif --output bandit-results.sarif || true
414414
@safety check --json > safety-results.json 2>/dev/null || true
415415
@echo "$(GREEN)Security scan complete$(NC)"
416416

0 commit comments

Comments
 (0)