-
Notifications
You must be signed in to change notification settings - Fork 912
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
falcoSchema.json should be generated by Falco itself #3149
Comments
@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. |
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 cc @falcosecurity/falco-maintainers, I really believe we should move that file to the Falco repo. Do you agree? also, @LucaGuerra, may that file need to be aligned with #2981? cc @Rohith-Raju |
@leogr Yes, I agree!! |
We are doing a similar thing for Falco config files. I believe it's time to revamp this. I'm transferring the issue to the falco repo. |
/kind feature Proposing If anyone is willing to help, please let me know. 🙏 |
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 |
Implemented in #3313. |
Motivation
Falco should be responsible for defining its supported rule syntax schema. Other tools can consume the schema, then.
For projects like falco-project, consuming this schema in JSON format is very useful. The project is currently using a static version of it https://github.com/falcosecurity/falco-playground/blob/main/src/components/Editor/falcoSchema.json
Feature
Make Falco generate the rule syntax schema in JSON format.
Alternatives
Additional context
Initially, I've filled this issue under the
falco-playground
project since we have a live example of what we need. The end goal is to transfer this issue to thefalco
repository and implement the feature in Falco.I'm assigning this issue to me, but I need volunteers to help. 🙏
/assign
/help
cc @falcosecurity/core-maintainers @falcosecurity/falco-playground-maintainers
The text was updated successfully, but these errors were encountered: