Skip to content

Commit a8a32eb

Browse files
authored
MINOR: Add 4.3.0 to docker_scan workflow (#22337)
I promoted both the jvm and native Docker images for 4.3.0, so adding the new version to docker_scan
1 parent 63facae commit a8a32eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
# This is an array of supported tags. Make sure this array only contains the supported tags
29-
supported_image_tag: ['latest', '3.9.2', '4.0.2', '4.1.2', '4.2.0']
29+
supported_image_tag: ['latest', '3.9.2', '4.0.2', '4.1.2', '4.2.0', '4.3.0']
3030
steps:
3131
- name: Run CVE scan
3232
uses: lhotari/sandboxed-trivy-action@555963036b2012b44c1071508a236e569db28ebb # v1.0.1

0 commit comments

Comments
 (0)