-
Notifications
You must be signed in to change notification settings - Fork 16
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 Rule] Api server first automated rule (1.2.2) #11
Conversation
General repo struct refactor
@@ -9,3 +9,9 @@ filesystem_input(filename, mode, uid, gid) = { | |||
"uid": uid, | |||
"gid": gid, | |||
} | |||
|
|||
# Recivies an array of arguments representing the API Server command |
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.
if you don't mind - change the file name to test_utils.rego same goes with package
(leave that refactor to the backlog)
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.
I'll do it in a separate PR after all other rules are merged
elastic#11 ---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
API Server current input example:
security-team#2015