audit-labs/audit-report
Turn audit-tools evidence packages into control-mapped, auditor-ready reports.
clone: git clone https://gitbay.org/audit-labs/audit-report.git
v1.0.0: .gitignore · raw
1.venv
2venv
3
4# Python
5__pycache__/
6**/__pycache__/
7*.py[cod]
8*.egg-info/
9.pytest_cache/
10.ruff_cache/
11build/
12dist/
13
14# Generated reports
15/report/
16report.md
17report.html
18report.json