Skip to content

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.