This is an automated email from the ASF dual-hosted git repository.
dajac 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 806aa55b3b1 MINOR: Update docker_scan.yml with 4.0.0 (#19225)
806aa55b3b1 is described below
commit 806aa55b3b11dffe1537c1def59a953c64d11296
Author: David Jacot <[email protected]>
AuthorDate: Tue Mar 18 11:09:36 2025 +0100
MINOR: Update docker_scan.yml with 4.0.0 (#19225)
Update docker_scan.yml with 4.0.0.
Reviewers: Chia-Ping Tsai <[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 a76916fffa9..db729c5c3ae 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']
+ supported_image_tag: ['latest', '3.7.2', '3.8.1', '3.9.0', '4.0.0']
steps:
- name: Run CVE scan
uses:
aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0