Files
prowler/docs/developer-guide/audit-info.md
2023-08-15 09:26:48 +02:00

785 B

Audit Info

In each Prowler provider we have a Python object called audit_info which is in charge of keeping the credentials, the configuration and the state of each audit, and it's passed to each service during the __init__.

This audit_info object is shared during the Prowler execution and for that reason is important to mock it in each test to isolate them. See the testing guide for more information.