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

bugfix for glob exclude patterns #100

Merged
merged 1 commit into from
Jul 9, 2024
Merged

bugfix for glob exclude patterns #100

merged 1 commit into from
Jul 9, 2024

Conversation

bdehamer
Copy link
Collaborator

@bdehamer bdehamer commented Jul 8, 2024

Per: actions/attest-build-provenance#150

Fixes a bug with the way that glob patterns for the subject path are handled. Previously, each glob pattern was processed separately, which caused issues when an exclusion (!) pattern was supplied.

This change passes all of the glob patterns to the glob library at once, which ensures that exclusion patterns are handled correctly.

@bdehamer bdehamer requested a review from a team as a code owner July 8, 2024 21:36
@bdehamer bdehamer merged commit 68a047f into main Jul 9, 2024
16 checks passed
@bdehamer bdehamer deleted the bdehamer/glob-bugfix branch July 9, 2024 14:55
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