mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
feat(ELB): add ELB and ELBv2 tests and checks (#1489)
Co-authored-by: sergargar <sergio@verica.io>
This commit is contained in:
4
providers/aws/services/wafv2/wafv2_client.py
Normal file
4
providers/aws/services/wafv2/wafv2_client.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from providers.aws.lib.audit_info.audit_info import current_audit_info
|
||||
from providers.aws.services.wafv2.wafv2_service import WAFv2
|
||||
|
||||
wafv2_client = WAFv2(current_audit_info)
|
||||
Reference in New Issue
Block a user