We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff10e6 commit d3f8979Copy full SHA for d3f8979
1 file changed
.github/workflows/docker_scan.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
matrix:
28
# 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']
+ supported_image_tag: ['latest', '3.7.2', '3.8.1', '3.9.1', '4.0.0']
30
steps:
31
- name: Run CVE scan
32
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
0 commit comments