-
Notifications
You must be signed in to change notification settings - Fork 917
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
Correct linting issue in rules #2039
Conversation
Welcome @stephanmiehe! It looks like this is your first PR to falcosecurity/falco 🎉 |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: stephanmiehe The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: stephanmiehe <[email protected]>
/ok-to-test |
Closing and reopening to trigger the CI /close |
@jasondellaluce: 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. |
/reopen |
@jasondellaluce: 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. |
/milestone 0.33.0 |
@stephanmiehe thank you for this! Can you please rebase your branch to master? That should be enough to make the CI jobs succeed! |
@stephanmiehe: Adding label 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. |
Signed-off-by: stephanmiehe <[email protected]>
…patch-1 Signed-off-by: stephanmiehe <[email protected]>
They can be pushed with `docker buildx` for various architectures. Moreover, updated falco-driver-loader to support multiple architectures. Signed-off-by: Federico Di Pierro <[email protected]>
…uild multiplatform images. Signed-off-by: Federico Di Pierro <[email protected]>
…ti arch. Signed-off-by: Federico Di Pierro <[email protected]>
Signed-off-by: Andrea Terzolo <[email protected]>
Signed-off-by: Andrea Terzolo <[email protected]>
Moreover, fixed buildx usage. Signed-off-by: Federico Di Pierro <[email protected]>
…s ecr. Moreover, fixed subtle whitespace-bug in various buildx lines. Signed-off-by: Federico Di Pierro <[email protected]>
…ublish. Signed-off-by: Federico Di Pierro <[email protected]>
Signed-off-by: odidev <[email protected]>
Signed-off-by: odidev <[email protected]>
Signed-off-by: Leonardo Grasso <[email protected]>
Signed-off-by: Federico Di Pierro <[email protected]> Co-authored-by: Leonardo Grasso <[email protected]>
Signed-off-by: Federico Di Pierro <[email protected]>
Signed-off-by: Federico Di Pierro <[email protected]>
…ed7b8a9fc98bc7bcf3116 Signed-off-by: Aldo Lacuku <[email protected]>
Signed-off-by: Aldo Lacuku <[email protected]>
Signed-off-by: Aldo Lacuku <[email protected]>
Signed-off-by: Aldo Lacuku <[email protected]>
Signed-off-by: Federico Di Pierro <[email protected]>
Signed-off-by: Federico Di Pierro <[email protected]> Merge branch 'falcosecurity:master' into patch-1
…patch-1 Signed-off-by: Stephan Miehe <[email protected]>
Thanks for your pull request. Before we can look at it, you'll need to add a 'DCO signoff' to your commits. 📝 Please follow instructions in the contributing guide to update your commits with the DCO Full details of the Developer Certificate of Origin can be found at developercertificate.org. The list of commits missing DCO signoff:
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. I understand the commands that are listed here. |
Moved to #2055 |
What type of PR is this?
/kind cleanup
Any specific area of the project related to this PR?
/area rules
What this PR does / why we need it: Fixes a linting issue in the rules yaml
Which issue(s) this PR fixes: None
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: No