-
Notifications
You must be signed in to change notification settings - Fork 756
CMP-3540: Remove version filter from insecure port rule #13983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMP-3540: Remove version filter from insecure port rule #13983
Conversation
We were filtering this using old OCP versions that are no longer supported. Let's remove the filter so we continue to check this rule on newer OpenShift versions. Even though OpenShift uses secure ports by default, it's still good to check.
|
/test |
|
@rhmdnd: The Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Actually - this rule was explicitly removed from the CIS profile: |
|
Closing in favor of #13985 |
We were filtering this using old OCP versions that are no longer
supported. Let's remove the filter so we continue to check this rule on
newer OpenShift versions. Even though OpenShift uses secure ports by
default, it's still good to check.