Quick prototype for rendering Prowler scan CSV exports in pretty HTML
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
lza_menace e572f4056e adding code so far 3 years ago
.gitignore adding code so far 3 years ago
README.md adding code so far 3 years ago
generate_report.py adding code so far 3 years ago
requirements.txt adding code so far 3 years ago
template.html adding code so far 3 years ago

README.md

prowler-report

Quick prototype for rendering Prowler scan CSV exports in pretty HTML

Setup

git clone https://github.com/lalanza808/prowler-report
cd prowler-report
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Running

I've hardcoded paths for now. Make sure your CSV export is stored in this directory as "prowler-test.csv"

.venv/bin/python generate_report.py