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

FrankYang0529 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 a8a32ebbb8f MINOR: Add 4.3.0 to docker_scan workflow (#22337)
a8a32ebbb8f is described below

commit a8a32ebbb8f9a49d4590f4e4d6c1e5ccfd4fa399
Author: Mickael Maison <[email protected]>
AuthorDate: Thu May 28 16:57:57 2026 +0200

    MINOR: Add 4.3.0 to docker_scan workflow (#22337)
    
    I promoted both the jvm and native Docker images for 4.3.0, so adding
    the new version to docker_scan
---
 .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 7afe65771f2..54ef8685f84 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.0']
+        supported_image_tag: ['latest', '3.9.2', '4.0.2', '4.1.2', '4.2.0', 
'4.3.0']
     steps:
       - name: Run CVE scan
         uses: 
lhotari/sandboxed-trivy-action@555963036b2012b44c1071508a236e569db28ebb # v1.0.1

Reply via email to