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

[New Rules] Scheduler 1.4.x #16

Merged
merged 5 commits into from
Dec 1, 2021
Merged

[New Rules] Scheduler 1.4.x #16

merged 5 commits into from
Dec 1, 2021

Conversation

oren-zohar
Copy link
Collaborator

new rules:

  • 1.4.1
  • 1.4.2

@kfirpeled kfirpeled linked an issue Nov 22, 2021 that may be closed by this pull request
compliance/cis_k8s/rules/cis_1_4_2/rule.rego Outdated Show resolved Hide resolved
compliance/cis_k8s/rules/cis_1_4_2/rule.rego Outdated Show resolved Hide resolved
@kfirpeled kfirpeled changed the base branch from main to api-server-rules December 1, 2021 11:48
@kfirpeled kfirpeled changed the base branch from api-server-rules to main December 1, 2021 12:32
# Conflicts:
#	compliance/lib/common.rego
#	compliance/lib/data_adapter.rego
@@ -10,6 +10,12 @@ filesystem_input(filename, mode, uid, gid) = {
"gid": gid,
}

# Recivies an array of arguments representing the kube-scheduler command
scheduler_input(process_type, arguments) = {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO scheduler_input should not get process_type
that is a well known value. why should it be anything else?

@oren-zohar oren-zohar merged commit 9775c74 into main Dec 1, 2021
@oren-zohar oren-zohar deleted the scheduler-rules branch December 1, 2021 14:32
orestisfl pushed a commit to orestisfl/csp-security-policies that referenced this pull request Oct 12, 2023
elastic#16


---NOTE---
This is an imported commit, it was initially committed to the
csp-security-policies repo which was then merged into cloudbeat. See:
elastic/cloudbeat#1405
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[csp task] 1.4 Scheduler rules
2 participants