Skip to content

Commit

Permalink
Import utils.utils_aws.assume_role to scan.py
Browse files Browse the repository at this point in the history
Part of optimizing how auth calls run

Relates To: SECENG-1648
  • Loading branch information
bc-jcarlson committed Aug 16, 2024
1 parent ead58f3 commit dadd57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambda_code/scan/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import json
import os

from utils.utils_aws import assume_role
from utils.utils_aws import eb_susceptible
from utils.utils_aws import get_cloudfront_s3_origin_takeover
from utils.utils_aws import list_domains
Expand Down

0 comments on commit dadd57b

Please sign in to comment.