diff --git a/flavors/template-Exasol-8-python-3.10-cuda-conda/flavor_base/security_scan/trivy.rego b/flavors/template-Exasol-8-python-3.10-cuda-conda/flavor_base/security_scan/trivy.rego index fc807388..ea531bfa 100644 --- a/flavors/template-Exasol-8-python-3.10-cuda-conda/flavor_base/security_scan/trivy.rego +++ b/flavors/template-Exasol-8-python-3.10-cuda-conda/flavor_base/security_scan/trivy.rego @@ -6,5 +6,5 @@ default ignore = false ignore { input.PkgName == "linux-libc-dev" - regex.match("^kernel:", input.Title) + regex.match("^(kernel:|In the Linux kernel)", input.Title) } \ No newline at end of file diff --git a/flavors/template-Exasol-all-java-17/flavor_base/security_scan/trivy.rego b/flavors/template-Exasol-all-java-17/flavor_base/security_scan/trivy.rego index fc807388..ea531bfa 100644 --- a/flavors/template-Exasol-all-java-17/flavor_base/security_scan/trivy.rego +++ b/flavors/template-Exasol-all-java-17/flavor_base/security_scan/trivy.rego @@ -6,5 +6,5 @@ default ignore = false ignore { input.PkgName == "linux-libc-dev" - regex.match("^kernel:", input.Title) + regex.match("^(kernel:|In the Linux kernel)", input.Title) } \ No newline at end of file diff --git a/flavors/template-Exasol-all-python-3.10-conda/flavor_base/security_scan/trivy.rego b/flavors/template-Exasol-all-python-3.10-conda/flavor_base/security_scan/trivy.rego index fc807388..ea531bfa 100644 --- a/flavors/template-Exasol-all-python-3.10-conda/flavor_base/security_scan/trivy.rego +++ b/flavors/template-Exasol-all-python-3.10-conda/flavor_base/security_scan/trivy.rego @@ -6,5 +6,5 @@ default ignore = false ignore { input.PkgName == "linux-libc-dev" - regex.match("^kernel:", input.Title) + regex.match("^(kernel:|In the Linux kernel)", input.Title) } \ No newline at end of file diff --git a/flavors/template-Exasol-all-python-3.10/flavor_base/security_scan/trivy.rego b/flavors/template-Exasol-all-python-3.10/flavor_base/security_scan/trivy.rego index fc807388..ea531bfa 100644 --- a/flavors/template-Exasol-all-python-3.10/flavor_base/security_scan/trivy.rego +++ b/flavors/template-Exasol-all-python-3.10/flavor_base/security_scan/trivy.rego @@ -6,5 +6,5 @@ default ignore = false ignore { input.PkgName == "linux-libc-dev" - regex.match("^kernel:", input.Title) + regex.match("^(kernel:|In the Linux kernel)", input.Title) } \ No newline at end of file