mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
feat(Glue): add Glue tests and checks (#1495)
Co-authored-by: sergargar <sergio@verica.io> Co-authored-by: Pepe Fagoaga <pepe@verica.io>
This commit is contained in:
4
providers/aws/services/glue/glue_client.py
Normal file
4
providers/aws/services/glue/glue_client.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from providers.aws.lib.audit_info.audit_info import current_audit_info
|
||||
from providers.aws.services.glue.glue_service import Glue
|
||||
|
||||
glue_client = Glue(current_audit_info)
|
||||
Reference in New Issue
Block a user