-
Notifications
You must be signed in to change notification settings - Fork 11
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
[tracking] missing Falco regression tests #7
Comments
There is not a label identifying the kind of this issue. 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. |
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 |
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 |
/kind feature |
@leogr: The label(s) 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. |
/kind feature |
@jasondellaluce we can remove the deprecated config or cmd args options. |
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: Closing this issue. 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. |
/reopen |
@leogr: Reopened this issue. 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. |
/remove-lifecycle rotten |
/help |
@leogr: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
/assign |
This list must be reviewed considering the new deprecations:
@Andreagit97 @FedeDP could you help me with that please? |
I 've already done it putting [DEPRECATED] near the items, but please double check |
Check on some Legacy tests around enabling rules with or without tags and in combination with using the |
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 |
/remove-lifecycle stale |
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 |
/remove-lifecycle stale Marked |
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 |
/remove-lifecycle stale |
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 |
/remove-lifecycle stale |
This is a tracker for all the tests related to the Falco CLI executable that are still missing.
Each of the following bullet point is a wonderful opportunity for easy first contributions. This tracker will be kept updated whenever PRs will get opened for any of the bullet points.
Falco command line
Test the behavior and expected output of the Falco CLI depending on its options, considered both individually and in combinations:
-h
--help
--support
-i
-L
-l
--list
--list-syscall-events
--markdown
-N
--gvisor-generate-config
--page-size
--cri
--disable-cri-async
-k
[DEPRECATED]--k8s-api
[DEPRECATED]-K
[DEPRECATED]--k8s-api-cert
[DEPRECATED]--k8s-node
[DEPRECATED]-m
[DEPRECATED]--mesos-api
[DEPRECATED]-g
[DEPRECATED]--gvisor-config
[DEPRECATED]--gvisor-root
[DEPRECATED]--modern-bpf
[DEPRECATED]--disable-source
--enable-source
-A
-P
--pidfile
-p
--print
-b
--print-base64
-S
--snaplen
-s
[DEPRECATED]--stats-interval
[DEPRECATED]-U
--unbuffered
Falco configuration fields
Test the behavior and expected output of Falco depending on the
falco.yaml
fields:watch_config_files
libs_logger
buffered_outputs
syscall_event_timeouts
syscall_buf_size_preset
[DEPRECATED]modern_bpf
[DEPRECATED]output_timeout
outputs
syslog_output
file_output
stdout_output
webserver
program_output
http_output
metadata_download
Falco environment variables
Test the Falco behavior on the supported environment variables and their priorities, also in combination with their args/configs/cmds counterparts:
FALCO_K8S_API
[DEPRECATED]FALCO_K8S_API_CERT
[DEPRECATED]FALCO_MESOS_API
[DEPRECATED]FALCO_HOSTNAME
FALCO_GRPC_HOSTNAME
FALCO_BPF_PROBE
[DEPRECATED]HOME
(used for bpf probe)Other Falco things
Umbrella category for all the rest of things done by Falco not fitting in the above lists. This will likely be moved to another issue because they are more oriented to the integration with other tools (such as the driver loader), but I'm gonna list them here for now:
The text was updated successfully, but these errors were encountered: