Bharathkumar
Bharathkumar
is there anyway i can skip specific check ` cis-dil-benchmark-3.4.1` in my inspec command ?
@chris-rock meanwhile i did some workaround for to skip the failed checks 👍 thanks!!! We run checks with packer and my `regex_to_skip` variable is this. ``` regex_to_skip = "/^(((?!cis-dil-benchmark-1.1.[6789])(?!cis-dil-benchmark-1.1.1[01234])(?!cis-dil-benchmark-1.1.[2345])(?!cis-dil-benchmark-1.4.2)(?!cis-dil-benchmark-6.1.[3579])(?!cis-dil-benchmark-1.[16].1.[38])(?!cis-dil-benchmark-3.6.[2345])(?!cis-dil-benchmark-5.4.1.2)(?!cis-dil-benchmark-4.1.12)(?!cis-dil-benchmark-3.4.1)(?!cis-dil-benchmark-1.1.17)(?!cis-dil-benchmark-4.2.4).))*$/" ```...
we can use `set_fact` to fix this like this. @TerryHowe @absynth76 @michalmedvecky ``` tasks: - set_fact: vaultdata: "{{ vaultdata | default({}) | combine ({ item.name : item.value }) }}" with_items:...
Thanks @alekc your provider looks fine for me ``` - Installing alekc/kubectl v2.0.4... - Installed alekc/kubectl v2.0.4 (self-signed, key ID 772FB27A86DAFCE7) ``` ``` kubectl = { source = "alekc/kubectl" version...
` status = error name = LogstashPropertiesConfig appender.console.type = Console appender.console.name = plain_console appender.console.layout.type = PatternLayout appender.console.layout.pattern = [%d{ISO8601}][%-5p][%-25c] %m%n appender.json_console.type = Console appender.json_console.name = json_console appender.json_console.layout.type = JSONLayout appender.json_console.layout.compact...