We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3294d37 commit 91b7b95Copy full SHA for 91b7b95
1 file changed
Makefile
@@ -410,7 +410,7 @@ ci-build: clean
410
ci-security:
411
@echo "$(GREEN)Running security scan (CI mode)...$(NC)"
412
@$(PIP) install bandit bandit-sarif-formatter safety 2>/dev/null || true
413
- @bandit -r $(SRC_DIR)/ --format sarif --output bandit-results.sarif -ll || true
+ @bandit -r $(SRC_DIR)/ --format sarif --output bandit-results.sarif || true
414
@safety check --json > safety-results.json 2>/dev/null || true
415
@echo "$(GREEN)Security scan complete$(NC)"
416
0 commit comments