Skip to content

Commit 85b4555

Browse files
committed
fix: Change bandit output format to SARIF for security scan
1 parent 57ff4e1 commit 85b4555

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 safety 2>/dev/null || true
413-
@bandit -r $(SRC_DIR)/ -f json -o bandit-results.json -ll || true
413+
@bandit -r $(SRC_DIR)/ -f sarif -o bandit-results.json -ll || 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)