2
0
Fork 0
mirror of https://github.com/inspec/inspec synced 2025-03-06 16:27:33 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Jerry Aldrich III
125e0915b2 Modify DirProvider to allow special characters ()
This modifies `Inspec::DirProvider` to allow special characters in the
file glob by escaping those characters via `Shellwords.shellescape`.

This fixes  (`inspec check` on path with special characters)

Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2017-09-23 09:16:25 +02:00