From 7660a38d9f1ec0b2ca3e799824253bfa8b91b67d Mon Sep 17 00:00:00 2001 From: Mickael Maison Date: Tue, 2 Sep 2025 15:20:42 +0200 Subject: [PATCH] MINOR: Update supported image tags in docker_scan --- .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 1d8ee25e08b7a..55df9f65e4c08 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.2', '3.8.1', '3.9.1', '4.0.0'] + supported_image_tag: ['latest', '3.9.1', '4.0.0', '4.1.0'] steps: - name: Run CVE scan uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0