Skip to content

Commit 39c2d6f

Browse files
authored
MINOR: update docker_scan.yaml with 4.1.1 (#20881)
Update docker supported tags as part of the 4.1.1 release Fix for previous 4.0.1 release Reviewers: Matthias J. Sax <[email protected]>
1 parent 958cb31 commit 39c2d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.1', '4.0.0', '4.1.0']
29+
supported_image_tag: ['latest', '3.9.1', '4.0.1', '4.1.1']
3030
steps:
3131
- name: Run CVE scan
3232
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # v0.33.1

0 commit comments

Comments
 (0)