From 2c2ab1a4d2a5c84230feb91b20303bf56e8f4151 Mon Sep 17 00:00:00 2001 From: PoAn Yang Date: Fri, 29 May 2026 00:10:27 +0900 Subject: [PATCH] MINOR:Add 4.2.1 to docker_scan workflow Signed-off-by: PoAn Yang --- .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 54ef8685f846a..c818b77a65fe8 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