mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
Co-authored-by: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Co-authored-by: sergargar <sergio@verica.io>
5 lines
164 B
Python
5 lines
164 B
Python
from providers.aws.lib.audit_info.audit_info import current_audit_info
|
|
from providers.aws.services.ecr.ecr_service import ECR
|
|
|
|
ecr_client = ECR(current_audit_info)
|