mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 23:05:05 +00:00
fix(actions): tag and push (#1142)
This commit is contained in:
@@ -14,7 +14,7 @@ RUN yum install -y shadow-utils && \
|
||||
yum upgrade -y && \
|
||||
yum clean all && \
|
||||
pip3 install --upgrade pip && \
|
||||
pip3 install boto3 detect-secrets==1.0.3 && \
|
||||
pip3 install --no-cache-dir boto3 detect-secrets==1.0.3 && \
|
||||
pip3 cache purge && \
|
||||
curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o awscliv2.zip && \
|
||||
unzip -q awscliv2.zip && \
|
||||
|
||||
Reference in New Issue
Block a user