This is an automated email from the ASF dual-hosted git repository.
viktor 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 93918c57715 MINOR: Update supported image in docker_scan.yml (#21833)
93918c57715 is described below
commit 93918c577159c0aa25828eb49dc5ec4354059ccb
Author: Viktor Somogyi-Vass <[email protected]>
AuthorDate: Fri Mar 20 11:18:15 2026 +0100
MINOR: Update supported image in docker_scan.yml (#21833)
Updates the docker_scan.yml to contain 4.0.2 instead of 4.0.1 for CVE
scans.
Reviewers: Andrew Schofield <[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 16df64a214b..0a5b4ef24a2 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.1', '4.1.2', '4.2.0']
+ supported_image_tag: ['latest', '3.9.2', '4.0.2', '4.1.2', '4.2.0']
steps:
- name: Run CVE scan
uses:
aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # v0.33.1