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

cmccabe 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 e0f75a1e50f Update docker_scan.yml for 3.9.0 (#17708)
e0f75a1e50f is described below

commit e0f75a1e50f98bf2193eddcb9b065fe031201145
Author: Colin Patrick McCabe <[email protected]>
AuthorDate: Wed Nov 6 16:40:16 2024 -0800

    Update docker_scan.yml for 3.9.0 (#17708)
    
    Reviewers: Justine Olshan <[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 df7fc69f1f1..693b80c0626 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.1', "3.8.0", "3.8.1"]
+        supported_image_tag: ['latest', '3.7.1', "3.8.0", "3.8.1", "3.9.0"]
     steps:
       - name: Run CVE scan
         uses: 
aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0

Reply via email to