Typo fix in service_consts.py
This commit is contained in:
parent
cd9d2904c5
commit
a818025f63
|
@ -16,7 +16,7 @@ class SERVICE_TYPES(Enum):
|
|||
EFS = 'efs'
|
||||
ELASTICACHE = 'elasticache'
|
||||
ELB = 'elb'
|
||||
ELBv2 = 'elbv2'
|
||||
ELB_V2 = 'elbv2'
|
||||
EMR = 'emr'
|
||||
IAM = 'iam'
|
||||
KMS = 'kms'
|
||||
|
|
|
@ -6,5 +6,5 @@ from monkey_island.cc.services.zero_trust.scoutsuite.data_parsing.rule_path_buil
|
|||
|
||||
class ELBv2RulePathCreator(AbstractRulePathCreator):
|
||||
|
||||
service_type = SERVICE_TYPES.ELBv2
|
||||
service_type = SERVICE_TYPES.ELB_V2
|
||||
supported_rules = ELBv2Rules
|
||||
|
|
Loading…
Reference in New Issue