mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-22 19:23:02 +00:00
Add both vuln and Vuln
Signed-off-by: imjoseangel <josea.munoz@gmail.com>
This commit is contained in:
parent
b03f36e508
commit
f0873c7613
1 changed files with 2 additions and 1 deletions
|
@ -253,7 +253,8 @@ control 'os-12' do
|
|||
|
||||
loaded_files.each do |vulnfile|
|
||||
describe file(vulnfile) do
|
||||
its('content') { should_not match 'vulnerable' }
|
||||
its(:content) { should_not match 'vulnerable' }
|
||||
its(:content) { should_not match 'Vulnerable' }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue