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.

21 lines
423 B
Markdown

3 years ago
# 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
```