Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filter: use filepath.Match to maintain consistency with other pattern
matching in podman Following commit ensures that we maintain consistency with how pattern matching is being carried out everywhere else in podman. Switch from `regexp` to `filepath.Match` For example https://github.com/containers/common/blob/main/libimage/filters.go#L162 [NO NEW TESTS NEEDED] Signed-off-by: Aditya Rajan <[email protected]>
- Loading branch information