-
Notifications
You must be signed in to change notification settings - Fork 905
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
rule(macro falco_privileged_images): add 'docker.io/falcosecurity/falco' #1326
Conversation
Add 'docker.io/falcosecurity/falco' image to 'falco_privileged_images' macro. This preven messages like this when booting up falco : ``` Warning Pod started with privileged container (user=system:serviceaccount:kube-system:daemon-set-controller pod=falco-42brw ns=monitoring images=docker.io/falcosecurity/falco:0.24.0) ``` Signed-off-by: Nicolas Vanheuverzwijn <nicolas.vanheu@gmail.com>
Welcome @nvanheuverzwijn! It looks like this is your first PR to falcosecurity/falco 🎉 |
This is a good idea! Thanks @nvanheuverzwijn |
LGTM label has been added. Git tree hash: 36eeb607a6475a36a2fb8121f26a6ef396c61b7f
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fntlnz, leodido The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks for sending it here as discussed @nvanheuverzwijn :) And congrats for your first contribution to Falco! 🎉 |
What type of PR is this?
/kind bug
/kind rule-update
Any specific area of the project related to this PR?
/area rules
What this PR does / why we need it:
Add 'docker.io/falcosecurity/falco' image to 'falco_privileged_images' macro. This prevent messages like this when booting up falco :
Does this PR introduce a user-facing change?: