This is an automated email from the ASF dual-hosted git repository.
clolov pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 302a447eb85 MINOR: Add 4.2.0 to the CVE Scanner (#21485)
302a447eb85 is described below
commit 302a447eb85ae7eb3e2818c7e7036b593ec4fed0
Author: Christo Lolov <[email protected]>
AuthorDate: Wed Feb 18 10:53:46 2026 +0000
MINOR: Add 4.2.0 to the CVE Scanner (#21485)
As per the release process in
https://cwiki.apache.org/confluence/display/KAFKA/Release+Process#ReleaseProcess-Afterthevotepasses,
adding 4.2.0 to the list to be scanned.
Reviewers: Chia-Ping Tsai <[email protected]>, Matthias J. Sax
<[email protected]>
---
.github/workflows/docker_scan.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docker_scan.yml
b/.github/workflows/docker_scan.yml
index 30f9b814b51..f30fcc01a5f 100644
--- a/.github/workflows/docker_scan.yml
+++ b/.github/workflows/docker_scan.yml
@@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
# This is an array of supported tags. Make sure this array only
contains the supported tags
- supported_image_tag: ['latest', '3.9.1', '4.0.1', '4.1.1']
+ supported_image_tag: ['latest', '3.9.1', '4.0.1', '4.1.1', '4.2.0']
steps:
- name: Run CVE scan
uses:
aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # v0.33.1