Skip to content

Commit a164f12

Browse files
authored
Merge pull request #40 from dash14/improve/image-scan-all-severities
Scan all severities on non-main branches and add trivyignore entries
2 parents f75e451 + 9c6cb9f commit a164f12

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/image-scan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@ jobs:
6363
trivyignores: .trivyignore
6464
scanners: vuln
6565
format: table
66-
severity: CRITICAL,HIGH

.trivyignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,15 @@ CVE-2026-22184
6161
# Go stdlib net/url: incorrect parsing of IPv6 host literals.
6262
# CNI plugins do not parse user-supplied URLs.
6363
CVE-2026-25679
64+
65+
# zlib: DoS via infinite loop in crc32_combine functions.
66+
# No code path in this product calls crc32_combine directly.
67+
CVE-2026-27171
68+
69+
# Go stdlib html/template: URL escaping issue in meta content attribute.
70+
# CNI plugins do not generate or serve HTML.
71+
CVE-2026-27142
72+
73+
# Go stdlib os: FileInfo can escape from a Root in ReadDir.
74+
# CNI plugins do not use the os.Root sandboxed filesystem API.
75+
CVE-2026-27139

0 commit comments

Comments
 (0)