Skip to content

Commit dadd57b

Browse files
committed
Import utils.utils_aws.assume_role to scan.py
Part of optimizing how auth calls run Relates To: SECENG-1648
1 parent ead58f3 commit dadd57b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambda_code/scan/scan.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import json
33
import os
44

5+
from utils.utils_aws import assume_role
56
from utils.utils_aws import eb_susceptible
67
from utils.utils_aws import get_cloudfront_s3_origin_takeover
78
from utils.utils_aws import list_domains

0 commit comments

Comments
 (0)