mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
updated skip message to reflect accurate version of audit support (#3153)
Signed-off-by: Jeremy J. Miller <jm@chef.io>
This commit is contained in:
parent
f67318347f
commit
6a0bf8b24d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module Inspec::Resources
|
|||
@params = []
|
||||
|
||||
if @content =~ /^LIST_RULES:/
|
||||
return skip_resource 'The version of audit is outdated. The `auditd` resource supports versions of audit >= 2.3.'
|
||||
return skip_resource 'The version of audit is outdated. The `auditd` resource supports versions of audit >= 2.3.5'
|
||||
end
|
||||
parse_content
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue