Skip to content

bugfix for glob exclude patterns#100

Merged
bdehamer merged 1 commit intomainfrom
bdehamer/glob-bugfix
Jul 9, 2024
Merged

bugfix for glob exclude patterns#100
bdehamer merged 1 commit intomainfrom
bdehamer/glob-bugfix

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.

Signed-off-by: Brian DeHamer <bdehamer@github.com>
@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
@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