Switch to a more comprehensive glob matcher #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The existing glob matcher is very primitive and works only with
*
:https://github.com/action-factory/aws-secrets-manager-action/blob/276968b04438660afff72bad5f5725f3af9fea95/src/utils.ts#L50-L52
Use something like isaacs/minimatch instead, as it offers more matching features.
The text was updated successfully, but these errors were encountered: