You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
Would be nice to have a flag to disable colorized inspec output.
Before:
"\u001b[38;5;41m owner should eq \"root\"\u001b[0m",
"\u001b[38;5;41m group should eq \"root\"\u001b[0m",
"\u001b[38;5;41m mode should cmp == \"0644\"\u001b[0m",
After:
" owner should eq \"root\"",
" group should eq \"root\"",
" mode should cmp == \"0644\"",
I know Inspec supports this. But no Idea if there is already a way to enable it via molecule.
Otherwise is would be nice to have this feature in place. It helps to get more readable output.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would be nice to have a flag to disable colorized inspec output.
Before:
After:
I know Inspec supports this. But no Idea if there is already a way to enable it via molecule.
Otherwise is would be nice to have this feature in place. It helps to get more readable output.
The text was updated successfully, but these errors were encountered: