feat(integrations): add s3 integration (#8056)

This commit is contained in:
Adrián Jesús Peña Rodríguez
2025-07-30 12:05:46 +02:00
committed by GitHub
parent 7ec514d9dd
commit 163fbaff19
28 changed files with 1165 additions and 43 deletions
+3
View File
@@ -44,6 +44,9 @@ USER prowler
WORKDIR /home/prowler
# Ensure output directory exists
RUN mkdir -p /tmp/prowler_api_output
COPY pyproject.toml ./
RUN pip install --no-cache-dir --upgrade pip && \