-
Notifications
You must be signed in to change notification settings - Fork 48
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
cis-v1.23-t1.0.1 controls - move scope from cloud to cluster #526
Conversation
Signed-off-by: rcohencyberarmor <[email protected]>
PR Analysis
PR Feedback
How to use
|
Summary:
|
@rcohencyberarmor most of these are relevant for files as well |
Summary:
|
@YiscahLevySilas1 which of those are relevant for files? |
Signed-off-by: YiscahLevySilas1 <[email protected]>
Signed-off-by: YiscahLevySilas1 <[email protected]>
Signed-off-by: YiscahLevySilas1 <[email protected]>
Signed-off-by: YiscahLevySilas1 <[email protected]>
Signed-off-by: YiscahLevySilas1 <[email protected]>
Signed-off-by: YiscahLevySilas1 <[email protected]>
Signed-off-by: rcohencyberarmor <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kubescape found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
Summary:
|
controls that use only k8s resources are applicable for files as well, controls that use host scanner resources are not (rules that use apigroup "hostdata.kubescape.cloud") |
PR Type:
Refactoring
PR Description:
This PR addresses the issue of changing the scanning scope from 'cloud' to 'cluster' in various CIS controls. This change is reflected in multiple JSON files under the 'controls' directory. The change is aimed at enhancing the accuracy and relevance of the scanning process.
PR Main Files Walkthrough:
files:
controls/C-0188-minimizeaccesstocreatepods.json
: Changed the scanning scope from 'cloud' to 'cluster'.controls/C-0186-minimizeaccesstosecrets.json
: Changed the scanning scope from 'cloud' to 'cluster'.controls/C-0146-ensurethatthecontrollermanageruseserviceaccountcredentialsargumentissettotrue.json
: Changed the scanning scope from 'cloud' to 'cluster'.controls/C-0123-ensurethattheadmissioncontrolpluginalwayspullimagesisset.json
: Changed the scanning scope from 'cloud' to 'cluster'.controls/C-0209-createadministrativeboundariesbetweenresourcesusingnamespaces.json
: Changed the scanning scope from 'cloud' to 'cluster'.controls/C-0158-ensurethatthepeerautotlsargumentisnotsettotrue.json
: Changed the scanning scope from 'cloud' to 'cluster'.controls/C-0157-ensurethatthepeerclientcertauthargumentissettotrue.json
: Changed the scanning scope from 'cloud' to 'cluster'.controls/C-0191-limituseofthebindimpersonateandescalatepermissionsinthekubernetescluster.json
: Changed the scanning scope from 'cloud' to 'cluster'.controls/C-0156-ensurethatthepeercertfileandpeerkeyfileargumentsaresetasappropriate.json
: Changed the scanning scope from 'cloud' to 'cluster'.controls/C-0175-verifythatthereadonlyportargumentissetto0.json
: Changed the scanning scope from 'cloud' to 'cluster'.User Description:
kubescape/kubescape#1420