We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7e3d69 + a48bc2c commit 6b53934Copy full SHA for 6b53934
1 file changed
tools/scan-images.sh
@@ -82,7 +82,7 @@ generate_summary_csv() {
82
jq -r '.Results[]
83
| select(.Vulnerabilities)
84
| .Vulnerabilities
85
- | map(select(.PkgName | test("kernel") | not ))
+ | map(select(.PkgName | test("^kernel|^linux-libc-dev") | not ))
86
| group_by(.VulnerabilityID)
87
| map(
88
[
0 commit comments