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 2b8a4fd4a50 MINOR:Add 4.2.1 to docker_scan workflow (#22399)
2b8a4fd4a50 is described below
commit 2b8a4fd4a5080e1a0817b1e2ffa0b719771efada
Author: PoAn Yang <[email protected]>
AuthorDate: Mon Jun 1 21:56:06 2026 +0900
MINOR:Add 4.2.1 to docker_scan workflow (#22399)
Add 4.2 latest Docker image to docker_scan workflow.
Reviewers: Mickael Maison <[email protected]>
Signed-off-by: PoAn Yang <[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 54ef8685f84..c818b77a65f 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',
'4.3.0']
+ supported_image_tag: ['latest', '3.9.2', '4.0.2', '4.1.2', '4.2.1',
'4.3.0']
steps:
- name: Run CVE scan
uses:
lhotari/sandboxed-trivy-action@555963036b2012b44c1071508a236e569db28ebb # v1.0.1