-
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
move falco_hostnetwork_images list to k8s_audit_rules.yaml to avoid a warning #1681
Conversation
/milestone 0.30.0 |
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.
falco_hostnetwork_images
is used in k8s_audit_rules.yaml.
It is also used by some integration tests (it seems they are failing for this reason).
Not sure if it makes sense to move the list to the k8s_audit_rules.yaml
or leaving it as is now 🤔
/hold
On Wed, 23 Jun 2021 at 10:53 Leonardo Grasso ***@***.***> wrote:
***@***.**** commented on this pull request.
falco_hostnetwork_images is used in k8s_audit_rules.yaml
<https://github.com/falcosecurity/falco/blob/d6690313a0bdb48ff5fcb94784b6dc8b3afe2445/rules/k8s_audit_rules.yaml#L158>
.
It is also used by some integration tests (it seems they are failing for
this reason).
Not sure if it makes sense to move the list to the k8s_audit_rules.yaml
or leaving it as is now 🤔
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1681 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA5J46D7M5DXGUPJSHJOK3TUGOHBANCNFSM47BF62MQ>
.
--
L.
|
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
Hey @leodido Sorry, I had lost track of this PR. Is there any other issue other than the failing tests? Otherwise, it SGTM. |
66a3729
to
594536f
Compare
Rebased |
Stale issues rot after 30d of inactivity. Mark the issue as fresh with Rotten issues close after an additional 30d of inactivity. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue with Mark the issue as fresh with Provide feedback via https://github.com/falcosecurity/community. |
@poiana: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hey @leodido Unfortunately, I lost track of this. Not sure if the PR is still in a consistent state. Let me know if I can help. |
/reopen |
@leogr: Reopened this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The `falco_hostnetwork_images` list is unused. This PR removes it to avoid the warning. ```console When reading rules content: 1 warnings: list falco_hostnetwork_images not refered to by any rule/macro/list ``` Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
Co-authored-by: Leonardo Grasso <me@leonardograsso.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
594536f
to
d3d3f57
Compare
I've rebased this PR on the current |
/remove-lifecycle rotten |
Co-Authored-by: Jason Dellaluce <jasondellaluce@gmail.com> Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
/milestone 0.31.0 |
/unhold |
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.
/approve
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jasondellaluce, leodido, leogr 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 |
Signed-off-by: Leonardo Di Donato leodidonato@gmail.com
What type of PR is this?
/kind cleanup
/kind rule-update
Any specific area of the project related to this PR?
/area rules
What this PR does / why we need it:
The
falco_hostnetwork_images
list is defined infalco_rules.yaml
but it's unused in it.This PR moves it to avoid the warning when using only
falco_rules.yaml
.Which issue(s) this PR fixes:
NONE
Special notes for your reviewer:
The
falco_hostnetwork_images
list is only used ink8s_audit_rules.yaml
.Does this PR introduce a user-facing change?: