mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
fix(actions): Include AWS region (#1141)
* fix(actions): Include AWS regions * fix(zip): Quiet output
This commit is contained in:
@@ -17,7 +17,7 @@ RUN yum install -y shadow-utils && \
|
||||
pip3 install boto3 detect-secrets==1.0.3 && \
|
||||
pip3 cache purge && \
|
||||
curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o awscliv2.zip && \
|
||||
unzip awscliv2.zip && \
|
||||
unzip -q awscliv2.zip && \
|
||||
aws/install && \
|
||||
rm -rf aws awscliv2.zip /var/cache/yum && \
|
||||
rm /usr/bin/python && \
|
||||
|
||||
Reference in New Issue
Block a user