diff --git a/rules/S6473/kubernetes/rule.adoc b/rules/S6473/kubernetes/rule.adoc index 6880ebc43ab..b18e462a282 100644 --- a/rules/S6473/kubernetes/rule.adoc +++ b/rules/S6473/kubernetes/rule.adoc @@ -34,7 +34,7 @@ spec: - name: applications image: my_image_with_ssh ports: - - containerPort: 22 # NonCompliant: Merely informative, removing this property does not + - containerPort: 22 # Noncompliant: Merely informative, removing this property does not # close port 22. ---- @@ -48,7 +48,7 @@ spec: type: LoadBalancer ports: - port: 8022 - targetPort: 22 # Compliant + targetPort: 22 # Noncompliant selector: app: example_app ----