This is an automated email from the ASF dual-hosted git repository. frankvicky 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 d3f89794863 MINOR: Update the supported tags in docker_scan.yml (#19766) d3f89794863 is described below commit d3f897948630d6f387969cdc9542fcabb6f1d2a9 Author: TengYao Chi <frankvi...@apache.org> AuthorDate: Tue May 20 11:21:27 2025 +0800 MINOR: Update the supported tags in docker_scan.yml (#19766) The 3.9.1-rc2 has been accepted as the new release. Hence, we should update the supported tags. Reviewers: Luke Chen <show...@gmail.com> --- .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 db729c5c3ae..1d8ee25e08b 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.0', '4.0.0'] + supported_image_tag: ['latest', '3.7.2', '3.8.1', '3.9.1', '4.0.0'] steps: - name: Run CVE scan uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0