Skip to content

Commit

Permalink
adjust check ID
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel committed Nov 6, 2023
1 parent 3d6cb45 commit 48c554f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self) -> None:
to prevent application pods from being scheduled on system node pools.
"""
name = "Ensure that only critical system pods run on system nodes"
id = "CKV_AZURE_229"
id = "CKV_AZURE_232"
supported_resources = ("azurerm_kubernetes_cluster",)
categories = (CheckCategories.KUBERNETES,)
super().__init__(name=name, id=id, categories=categories, supported_resources=supported_resources)
Expand Down

0 comments on commit 48c554f

Please sign in to comment.