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

Added fix for the checkov errors in the deployment.yaml file #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

atulgoel126
Copy link

The following errors were resolved:

CKV_K8S_37: "Minimize the admission of containers with capabilities assigned"
CKV_K8S_31: "Ensure that the seccomp profile is set to docker/default or runtime/default"
CKV_K8S_8: "Liveness Probe Should be Configured"
CKV_K8S_20: "Containers should not run with allowPrivilegeEscalation"
CKV_K8S_40: "Containers should run as a high UID to avoid host conflict"
CKV_K8S_22: "Use read-only filesystem for containers where possible"
CKV_K8S_9: "Readiness Probe Should be Configured"
CKV_K8S_28: "Minimize the admission of containers with the NET_RAW capability"
CKV_K8S_29: "Apply security context to your pods and containers"
CKV_K8S_30: "Apply security context to your containers"
CKV_K8S_14: "Image Tag should be fixed - not latest or blank"
CKV_K8S_38: "Ensure that Service Account Tokens are only mounted where necessary"
CKV_K8S_21: "The default namespace should not be used"
CKV_K8S_23: "Minimize the admission of root containers"
CKV_K8S_43: "Image should use digest"

Closes #6

The following errors were resolved:

CKV_K8S_37: "Minimize the admission of containers with capabilities assigned"
CKV_K8S_31: "Ensure that the seccomp profile is set to docker/default or runtime/default"
CKV_K8S_8: "Liveness Probe Should be Configured"
CKV_K8S_20: "Containers should not run with allowPrivilegeEscalation"
CKV_K8S_40: "Containers should run as a high UID to avoid host conflict"
CKV_K8S_22: "Use read-only filesystem for containers where possible"
CKV_K8S_9: "Readiness Probe Should be Configured"
CKV_K8S_28: "Minimize the admission of containers with the NET_RAW capability"
CKV_K8S_29: "Apply security context to your pods and containers"
CKV_K8S_30: "Apply security context to your containers"
CKV_K8S_14: "Image Tag should be fixed - not latest or blank"
CKV_K8S_38: "Ensure that Service Account Tokens are only mounted where necessary"
CKV_K8S_21: "The default namespace should not be used"
CKV_K8S_23: "Minimize the admission of root containers"
CKV_K8S_43: "Image should use digest"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running checkov returns several errors on the argocd/deployment.yaml file
1 participant