fix(aws): remove cloudwatch_log_group_no_critical_pii_in_logs check (#5736)

This commit is contained in:
Sergio Garcia
2024-11-12 12:50:47 -05:00
committed by GitHub
parent c434181dfd
commit f1334190d8
13 changed files with 3 additions and 1164 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ LABEL maintainer="https://github.com/prowler-cloud/prowler"
# Update system dependencies and install essential tools
#hadolint ignore=DL3018
RUN apk --no-cache upgrade && apk --no-cache add curl git g++
RUN apk --no-cache upgrade && apk --no-cache add curl git
# Create non-root user
RUN mkdir -p /home/prowler && \