mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
125e0915b2
This modifies `Inspec::DirProvider` to allow special characters in the file glob by escaping those characters via `Shellwords.shellescape`. This fixes #2111 (`inspec check` on path with special characters) Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com> |
||
---|---|---|
.. | ||
controls | ||
inspec.yml | ||
README.md |
Profile with Special Characters in Path
This is used to test inspec check
on a path containing special characters. See: https://github.com/chef/inspec/issues/2111