File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ jobs:
231231 sbom : true
232232
233233 - name : Comprehensive Security Scanning
234- uses : aquasecurity/trivy-action@0.20.0
234+ uses : aquasecurity/trivy-action@0.33.1
235235 with :
236236 image-ref : ${{ steps.meta.outputs.image_ref }}
237237 format : sarif
@@ -244,7 +244,7 @@ jobs:
244244 sarif_file : trivy-results.sarif
245245
246246 - name : Critical Vulnerability Check
247- uses : aquasecurity/trivy-action@0.20.0
247+ uses : aquasecurity/trivy-action@0.33.1
248248 with :
249249 image-ref : ${{ steps.meta.outputs.image_ref }}
250250 format : table
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 cache-to : type=gha,mode=max
116116
117117 - name : Trivy Image Scan
118- uses : aquasecurity/trivy-action@0.20.0
118+ uses : aquasecurity/trivy-action@0.33.1
119119 with :
120120 image-ref : ${{ steps.meta.outputs.image_ref }}
121121 format : table
You can’t perform that action at this time.
0 commit comments