Skip to content

Commit

Permalink
update CKV rule numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Braidotti committed Sep 25, 2024
1 parent e33c929 commit 82de3b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class SagemakerEndpointConfigurationEndpointNameSpecified(BaseResourceValueCheck):
def __init__(self):
name = "Ensure Amazon SageMaker endpoint has a name specified"
id = "CKV_AWS_990"
id = "CKV_AWS_375"
supported_resources = ['aws_sagemaker_endpoint_configuration']
categories = [CheckCategories.AI_AND_ML]
super().__init__(name=name, id=id, categories=categories, supported_resources=supported_resources)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class SagemakerEndpointConfigurationProductionVariantsSpecified(BaseResourceCheck):
def __init__(self):
name = "Ensure Amazon SageMaker endpoint configuration has at least one production variant specified"
id = "CKV_AWS_991"
id = "CKV_AWS_376"
supported_resources = ['aws_sagemaker_endpoint_configuration']
categories = [CheckCategories.AI_AND_ML]
super().__init__(name=name, id=id, categories=categories, supported_resources=supported_resources)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class SagemakerNotebookLifecycleConfigSpecified(BaseResourceValueCheck):
def __init__(self):
name = "Ensure Amazon SageMaker notebook instances use lifecycle configurations"
id = "CKV_AWS_992"
id = "CKV_AWS_377"
supported_resources = ['aws_sagemaker_notebook_instance']
categories = [CheckCategories.GENERAL_SECURITY]
super().__init__(name=name, id=id, categories=categories, supported_resources=supported_resources)
Expand Down

0 comments on commit 82de3b5

Please sign in to comment.