We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63facae commit a8a32ebCopy full SHA for a8a32eb
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.9.2', '4.0.2', '4.1.2', '4.2.0']
+ supported_image_tag: ['latest', '3.9.2', '4.0.2', '4.1.2', '4.2.0', '4.3.0']
30
steps:
31
- name: Run CVE scan
32
uses: lhotari/sandboxed-trivy-action@555963036b2012b44c1071508a236e569db28ebb # v1.0.1
0 commit comments