File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ jobs:
4444 .
4545
4646 - name : Display vulnerabilities (table format)
47- uses : aquasecurity/trivy-action@0.28.0
47+ uses : aquasecurity/trivy-action@0.33.1
4848 with :
4949 image-ref : torrust-tracker-deployer/${{ matrix.image.name }}:latest
5050 format : " table"
5151 severity : " HIGH,CRITICAL"
5252 exit-code : " 0" # Don't fail here, just display
5353
5454 - name : Run Trivy vulnerability scanner
55- uses : aquasecurity/trivy-action@0.28.0
55+ uses : aquasecurity/trivy-action@0.33.1
5656 with :
5757 image-ref : torrust-tracker-deployer/${{ matrix.image.name }}:latest
5858 format : " sarif"
@@ -83,15 +83,15 @@ jobs:
8383 - prom/prometheus:v3.0.1
8484 steps :
8585 - name : Display vulnerabilities (table format)
86- uses : aquasecurity/trivy-action@0.28.0
86+ uses : aquasecurity/trivy-action@0.33.1
8787 with :
8888 image-ref : ${{ matrix.image }}
8989 format : " table"
9090 severity : " HIGH,CRITICAL"
9191 exit-code : " 0" # Don't fail here, just display
9292
9393 - name : Run Trivy vulnerability scanner
94- uses : aquasecurity/trivy-action@0.28.0
94+ uses : aquasecurity/trivy-action@0.33.1
9595 with :
9696 image-ref : ${{ matrix.image }}
9797 format : " sarif"
You can’t perform that action at this time.
0 commit comments