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

bbejeck 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 6fd1fc703b2 MINOR: Update docker_scan supported_image_tag for 4.3.1 
(#22657)
6fd1fc703b2 is described below

commit 6fd1fc703b217339d7e16565b8ef3477cfdfa5fb
Author: Bill Bejeck <[email protected]>
AuthorDate: Wed Jun 24 10:09:52 2026 -0400

    MINOR: Update docker_scan supported_image_tag for 4.3.1 (#22657)
    
    Upates the supported image tag part of 4.3.1 release
    
    Reviewers: Mickael Maison <[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 c818b77a65f..fe5185b7627 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.2', '4.1.2', '4.2.1', 
'4.3.0']
+        supported_image_tag: ['latest', '3.9.2', '4.0.2', '4.1.2', '4.2.1', 
'4.3.1']
     steps:
       - name: Run CVE scan
         uses: 
lhotari/sandboxed-trivy-action@555963036b2012b44c1071508a236e569db28ebb # v1.0.1

Reply via email to