Skip to content

Commit

Permalink
Remove unicode single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Gukov committed Jan 31, 2025
1 parent aad9972 commit b68fba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checkov/kubernetes/checks/resource/k8s/HostPort.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def __init__(self) -> None:
"""
https://kubernetes.io/docs/concepts/configuration/overview/
Dont specify a hostPort for a Pod unless it is absolutely necessary.
Don't specify a hostPort for a Pod unless it is absolutely necessary.
When you bind a Pod to a hostPort, it limits the number of places the
Pod can be scheduled, because each <hostIP, hostPort, protocol> combination
must be unique.
Expand Down
2 changes: 1 addition & 1 deletion checkov/terraform/checks/resource/kubernetes/HostPort.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def __init__(self):
"""
https://kubernetes.io/docs/concepts/configuration/overview/
Dont specify a hostPort for a Pod unless it is absolutely necessary.
Don't specify a hostPort for a Pod unless it is absolutely necessary.
When you bind a Pod to a hostPort, it limits the number of places the
Pod can be scheduled, because each <hostIP, hostPort, protocol> combination
must be unique.
Expand Down

0 comments on commit b68fba5

Please sign in to comment.