Skip to content
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

Clarify instructions for implementing SCCs #9569

Merged
merged 1 commit into from
Oct 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions applications/openshift/general/general_apply_scc/rule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ severity: medium
ocil_clause: 'SCCs in Pod definitions need review'

ocil: |-
Review the pod definitions in your cluster and verify that you have security
contexts defined as appropriate. OpenShift's Security Context Constraint
feature is on by default in OpenShift 4 and applied to all pods deployed. SCC
selection is determined by a combination of the values in the securityContext
and the rolebindings for the account deploying the pod.
Review the pod definitions in your cluster and verify they have appropriate
security contexts. OpenShift comes configured with default security context
constraints you can use immediately to secure pods in your cluster. For more
information on security context constraints, how to use them, and how to
build your own, please refer to the {{{ weblink(link="https://docs.openshift.com/container-platform/4.11/authentication/managing-security-context-constraints.html", text="OpenShift security constraints documentation") }}}.

references:
cis@ocp4: 5.6.3
Expand Down