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

fix: Filter out Jobs created by CronJobs from reported results (duplicates) #30

Merged
merged 1 commit into from
Feb 24, 2023

Conversation

bryantbiggs
Copy link
Member

Description

  • Filter out Jobs created by CronJobs from reported results (duplicates)

Motivation and Context

  • Only standalone Jobs should be reported, otherwise results reported on CronJobs are sufficient; reporting on the Jobs created by CronJobs would be noisy and duplicate the finding of the CronJob that created them

Resolves #28

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@bryantbiggs bryantbiggs merged commit a6a1ba0 into main Feb 24, 2023
@bryantbiggs bryantbiggs deleted the bug/cronjob-jobs branch February 24, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Jobs created by CronJob resources should now show up in reported results
1 participant