fix
Some checks failed
SonarQube / Build and analyze (pull_request) Failing after 2m58s

This commit is contained in:
Leonid Pershin
2025-10-22 03:57:33 +03:00
parent 6a45c04770
commit 57652d87e1
2 changed files with 3 additions and 2 deletions

View File

@@ -3,10 +3,11 @@ trigger: always_on
---
MCP предоставляет ассистенту доступ к данным SonarQube. Используй инструменты для:
Поиска проблем: search_sonar_issues_in_projects, search_dependency_risks
Поиска проблем: search_sonar_issues_in_projects
Проверки статуса: get_project_quality_gate_status, get_system_status, get_system_health
Анализа кода: analyze_code_snippet, get_raw_source
Работы с задачами: change_sonar_issue_status
Получения метрик: get_component_measures, search_metrics
Получение документации по библиотекам: use context7
Не гадай — запрашивай данные. Уточняй ключи проектов и issue. Действуй точно, опираясь на информацию из SonarQube.
Текущий проект ChatBot

View File

@@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y postgresql-client && rm -rf /var/lib/ap
COPY --from=publish /app/publish .
# Create directory for logs
RUN mkdir -p /app/logs && chmod 777 /app/logs
RUN mkdir -p /app/logs && chmod 755 /app/logs
# Expose ports (if needed for health checks or metrics)
EXPOSE 8080