fix(contrib): Update contrib folder (#1635)

This commit is contained in:
Sergio Garcia
2023-01-04 13:11:51 +01:00
committed by GitHub
parent 6ed0c59762
commit 458dadc9b6
17 changed files with 51 additions and 377 deletions

View File

@@ -0,0 +1,17 @@
#!/bin/bash
# Install system dependencies
sudo yum -y install openssl-devel bzip2-devel libffi-devel gcc
# Upgrade to Python 3.9
cd /tmp && wget https://www.python.org/ftp/python/3.9.13/Python-3.9.13.tgz
tar zxf Python-3.9.13.tgz
cd Python-3.9.13/ || exit
./configure --enable-optimizations
sudo make altinstall
python3.9 --version
# Install Prowler
cd ~ || exit
python3.9 -m pip install prowler-cloud
prowler -v
# Run Prowler
prowler