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: find regex in test configuration hierarchy check instead of match #403

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

Vampire
Copy link
Contributor

@Vampire Vampire commented Aug 21, 2024

I guess it was a typo to use ==~ in the hierarchy check which will not find the intended configurations
as then the whole name would need to match. It should probably be =~ which uses find just like in the
configuration name check right above.

Copy link
Collaborator

@jeremylong jeremylong left a comment

Choose a reason for hiding this comment

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

LGTM

@jeremylong
Copy link
Collaborator

Thanks for noticing the issue and providing a PR! Really appreciate it.

@jeremylong jeremylong merged commit 54e4357 into dependency-check:main Aug 22, 2024
2 checks passed
@Vampire Vampire deleted the fix-test-hierarchy-check branch August 22, 2024 11:13
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.

2 participants