-
Notifications
You must be signed in to change notification settings - Fork 680
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
YAML file extensions support only (.yml) #1569
Labels
Type: Bug
Feature not working as expected
Comments
Agreed @mr-exz Are you going to open a PR to fix that? |
ok i'll try do it |
mr-exz
added a commit
to mr-exz/inspec
that referenced
this issue
Mar 18, 2017
create PR #1575 |
This was referenced Mar 20, 2017
New PR for this is #1589. |
Thx, i forgot to linked it |
No worries! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Ignoring loading of attributes files
InSpec and Platform Version
os: CentOS 7
inspec: 1.16.1
Possible Solutions
here: https://github.com/chef/inspec/blob/725e0a1bc50008c8ad252bd8d5c833a7af20c606/lib/inspec/secrets/yaml.rb
You use filter for file name
target.end_with?('.yml')
But in wiki for YAML file we have both extensions https://en.wikipedia.org/wiki/YAML
It make me confused, maybe it good for you to remove this filter for file name, because people can use other name.
The text was updated successfully, but these errors were encountered: