Marc Siebeneicher

Results 9 comments of Marc Siebeneicher

> Can you post your kernel version? ``` # cat /proc/version Linux version 4.14.281-212.502.amzn2.x86_64 (mockbuild@ip-10-0-54-84) (gcc version 7.3.1 20180712 (Red Hat 7.3.1-13) (GCC)) #1 SMP Thu May 26 09:52:17 UTC...

Looks like the "--sudo" execution will do the job: ```hcl provisioner "inspec" { inspec_env_vars = ["CHEF_LICENSE=accept"] profile = "https://github.com/dev-sec/linux-baseline" extra_arguments = [ "--sudo" ] } ``` ``` CIS-AMZN2.amazon-ebs.amz-ami: ✔ sysctl-34:...

@relud : is it possible for you to test the producer update?

@relud : perfect - thx! :) documentation should be also up2date and can be found here: http://gollum.readthedocs.io/en/latest/src/plugins/index.html

> I like the idea, but I think the implementation could be finetuned. I'm a bit bothered that you're making the colors public. The color constants should be public because...

I reintegrated the master and added a `func (f *TextFormatter) SetLevelColor(l Level, c int)` method with example. I still let the color constants public because in my opinion it is...

Any further comments for this PR?

I guess i will create the self-command by my own with the github api and some inspiration of https://github.com/kherge-abandoned/php-phar-update

I guess the content of the X.json is not valid or empty!?