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.
|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
README.md | 2 years ago | |
generate_report.py | 2 years ago | |
requirements.txt | 2 years ago | |
template.html | 2 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