feat: add m365 to API (#7563)

Co-authored-by: Andoni A <14891798+andoniaf@users.noreply.github.com>
This commit is contained in:
Adrián Jesús Peña Rodríguez
2025-04-30 17:09:47 +02:00
committed by GitHub
parent 3fd9c51086
commit c289ddacf2
19 changed files with 2351 additions and 1960 deletions

View File

@@ -37,7 +37,7 @@ COPY pyproject.toml ./
RUN pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir poetry
COPY src/backend/ ./backend/
COPY src/backend/ ./backend/
ENV PATH="/home/prowler/.local/bin:$PATH"