Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

No colorized inspec results #25

Open
Cinux90 opened this issue Nov 8, 2021 · 0 comments
Open

No colorized inspec results #25

Cinux90 opened this issue Nov 8, 2021 · 0 comments

Comments

@Cinux90
Copy link

Cinux90 commented Nov 8, 2021

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant