fix(actions): Include AWS region (#1141)

* fix(actions): Include AWS regions

* fix(zip): Quiet output
This commit is contained in:
Pepe Fagoaga
2022-05-13 10:13:03 +02:00
committed by GitHub
parent d60eea5e2f
commit 13423b137e
2 changed files with 7 additions and 6 deletions

View File

@@ -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 && \