【发布时间】:2021-06-21 16:14:57
【问题描述】:
在某些 inspec 配置文件中,标题放在控制 rb 文件的开头是否有更深层次的含义?
inspec
|-controls
|-example.rb
|-meta.rb
|-libraries
inspec.yaml
example.rb 文件如下所示:
# copyright: 2015, Chef Software, Inc.
title 'Example' # <- where will this title be displayed or shown?
control 'example-01' do
title 'title for example-01' # <- this is understandable for me
...
end
这个标题“示例”会在某个时候在某个地方给出吗?
【问题讨论】:
标签: inspec