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

mimaison 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 6097b330c34 MINOR: Update supported image tags in docker_scan (#20459)
6097b330c34 is described below

commit 6097b330c341e76e2a8c659501c6d909a2ac4538
Author: Mickael Maison <[email protected]>
AuthorDate: Thu Sep 4 09:37:17 2025 +0200

    MINOR: Update supported image tags in docker_scan (#20459)
    
    Update the supported tags for the 4.1.0 release
    
    Reviewers: Luke Chen <[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 1d8ee25e08b..55df9f65e4c 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.7.2', '3.8.1', '3.9.1', '4.0.0']
+        supported_image_tag: ['latest', '3.9.1', '4.0.0', '4.1.0']
     steps:
       - name: Run CVE scan
         uses: 
aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0

Reply via email to