mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
feat(shield): Service and checks (#1504)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from providers.aws.lib.audit_info.audit_info import current_audit_info
|
||||
from providers.aws.services.globalaccelerator.globalaccelerator_service import (
|
||||
GlobalAccelerator,
|
||||
)
|
||||
|
||||
globalaccelerator_client = GlobalAccelerator(current_audit_info)
|
||||
Reference in New Issue
Block a user