Skip to content
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

filters: implement parent binary export filter #2607

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

willfindlay
Copy link
Contributor

Implement a new export filter that can filter over parent binary names using RE2 regular expressions.

Thanks for contributing! Please ensure your pull request adheres to the following guidelines:

  • All commits contain a well written commit message and are signed-off (see Submitting a pull request).
  • All code is covered by unit and/or end-to-end tests where feasible.
  • All generated files are updated if needed (see Making changes).
  • Provide a title or release-note blurb suitable for the release notes (see guidelines).
  • Update documentation and write an upgrade note if needed (see guidelines).

Fixes: #2605

Implement an export filter to target parent process binary name.

Implement a new export filter that can filter over parent binary names
using RE2 regular expressions.

Signed-off-by: willfindlay <[email protected]>
@willfindlay willfindlay added release-note/minor This PR introduces a minor user-visible change area/filters labels Jun 24, 2024
@willfindlay willfindlay requested review from a team and mtardy as code owners June 24, 2024 19:24
Copy link

netlify bot commented Jun 24, 2024

Deploy Preview for tetragon ready!

Name Link
🔨 Latest commit 4a3623f
🔍 Latest deploy log https://app.netlify.com/sites/tetragon/deploys/6679c7e9f66eca00092d80ef
😎 Deploy Preview https://deploy-preview-2607--tetragon.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@michi-covalent michi-covalent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup

@willfindlay willfindlay merged commit 11bb4ba into main Jun 24, 2024
48 checks passed
@willfindlay willfindlay deleted the pr/willfindlay/parent-binary-filter branch June 24, 2024 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/filters release-note/minor This PR introduces a minor user-visible change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement parent_binary export filter
2 participants