Skip to content

Commit d3f8979

Browse files
authored
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 <[email protected]>
1 parent cff10e6 commit d3f8979

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.7.2', '3.8.1', '3.9.0', '4.0.0']
29+
supported_image_tag: ['latest', '3.7.2', '3.8.1', '3.9.1', '4.0.0']
3030
steps:
3131
- name: Run CVE scan
3232
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0

0 commit comments

Comments
 (0)