-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[EDR Workflows] Change grepFilter destructuring #166254
Conversation
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.
🚢 it
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.
@tomsonpl the fix LGTM.
It'd be great to know why env isn't set sometimes. I've noticed Osquery Cypress tests don't have configured reports, don't think it causes the issue but it's definitely some difference in the configuration.
@maximpn all the tests run in the pipeline have env and it worked fine. But today, we unskipped Defend Workflows Serverless job and apparently it didn't have |
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.
Thank you @tomsonpl 👍
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @tomsonpl |
Apparently not every config contains
env
, therefore it crashed on destructuring.