Add both vuln and Vuln

Signed-off-by: imjoseangel <josea.munoz@gmail.com>
This commit is contained in:
imjoseangel 2020-11-05 09:33:37 +01:00
parent b03f36e508
commit f0873c7613
No known key found for this signature in database
GPG key ID: 8181714B6EEC76A7

View file

@ -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