This is an automated email from the ASF dual-hosted git repository.

chia7712 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 b2f92d50a4f MINOR: Add 4.1.2 to the CVE Scanner (#21789)
b2f92d50a4f is described below

commit b2f92d50a4f7e738bb37bd4af256f69decc8677d
Author: Andrew Schofield <[email protected]>
AuthorDate: Tue Mar 17 15:11:54 2026 +0000

    MINOR: Add 4.1.2 to the CVE Scanner (#21789)
    
    As per the release process in
    
    
https://cwiki.apache.org/confluence/display/KAFKA/Release+Process#ReleaseProcess-Afterthevotepasses,
    adding 4.1.2 to the list to be scanned.
    
    Reviewers: Maros Orsak <[email protected]>, Chia-Ping Tsai
    <[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 5958700a3d7..16df64a214b 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.2', '4.0.1', '4.1.1', '4.2.0']
+        supported_image_tag: ['latest', '3.9.2', '4.0.1', '4.1.2', '4.2.0']
     steps:
       - name: Run CVE scan
         uses: 
aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # v0.33.1

Reply via email to