Update ansible-lint regex

Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
Brett Logan 2023-04-16 23:32:42 -04:00
parent 024514974a
commit c2460a245f
No known key found for this signature in database
GPG key ID: C873B2DE95B88A53

View file

@ -92,7 +92,7 @@ control "super-linter-installed-commands" do
linters = [
{ linter_name: "actionlint"},
{ linter_name: "ansible-lint"},
{ linter_name: "ansible-lint", expected_stdout_regex: /(.*)/},
{ linter_name: "arm-ttk", version_command: "grep -iE 'version' '/usr/bin/arm-ttk' | xargs"},
{ linter_name: "asl-validator", expected_exit_status: 1}, # expect a return code = 1 because this linter doesn't support a "get linter version" command
{ linter_name: "bash-exec", expected_exit_status: 1}, # expect a return code = 1 because this linter doesn't support a "get linter version" command