We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6468210 commit beb89caCopy full SHA for beb89ca
1 file changed
controls/os_spec.rb
@@ -243,6 +243,7 @@
243
impact 1.0
244
title 'Detect vulnerabilities in the cpu-vulnerability-directory'
245
desc 'Check for known cpu vulnerabilities described here: https://www.kernel.org/doc/html/v5.6/admin-guide/hw-vuln/index.html'
246
+ only_if { !container_execution }
247
248
if file(cpuvulndir).exist?
249
describe file(cpuvulndir) do
0 commit comments