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

File system globbing support #247

Merged
merged 2 commits into from
May 6, 2024
Merged

File system globbing support #247

merged 2 commits into from
May 6, 2024

Conversation

vcsjones
Copy link
Owner

@vcsjones vcsjones commented May 6, 2024

If an input on the CLI or in the input-file-list contains a wildcard character, treat it as a glob. For example, this will now work:

azuresigntool ... C:\files\*.exe # glob by extension
azuresigntool ... C:\files\**\*.exe # glob including subdirectories

This implementation explicitly requires the use of an asterisk for globbing. "C:\files" will not be treated as as sign everything in that directory. It must have a pattern like "C:\files***" to sign everything under a directory.

Fixes #206

@vcsjones vcsjones merged commit 89bff9f into main May 6, 2024
1 check passed
@vcsjones vcsjones deleted the fs-globbing branch May 6, 2024 17:45
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.

Files to sign to support wildcards
1 participant