feat(only_logs): New logging flag to only show execution logs (#1708)

This commit is contained in:
Pepe Fagoaga
2023-01-17 10:13:09 +01:00
committed by GitHub
parent 0cbe80d2ab
commit e7796268b5
11 changed files with 160 additions and 76 deletions

View File

@@ -24,4 +24,9 @@ ENV PATH="$HOME/.local/bin:$PATH"
RUN pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir .
# Remove Prowler directory
USER 0
RUN rm -rf /home/prowler/prowler /home/prowler/pyproject.toml
USER prowler
ENTRYPOINT ["prowler"]