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

lianetm 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 39c2d6f310d MINOR: update docker_scan.yaml with 4.1.1 (#20881)
39c2d6f310d is described below

commit 39c2d6f310d1d17ee4936adc0ad75ed56fea6ffd
Author: Lianet Magrans <[email protected]>
AuthorDate: Thu Nov 13 21:05:13 2025 -0500

    MINOR: update docker_scan.yaml with 4.1.1 (#20881)
    
    Update docker supported tags as part of the 4.1.1 release
    
    Fix for previous 4.0.1 release
    
    Reviewers: 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 ea8cc95a303..30f9b814b51 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.0', '4.1.0']
+        supported_image_tag: ['latest', '3.9.1', '4.0.1', '4.1.1']
     steps:
       - name: Run CVE scan
         uses: 
aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # v0.33.1

Reply via email to