File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
actions/vulnerability_scan Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7979 key : cache-trivy-${{ steps.date.outputs.date }}
8080
8181 - name : Generate Trivy vulnerability scan report
82- uses : aquasecurity/trivy-action@0.26.0
82+ uses : aquasecurity/trivy-action@0.33.1
8383 if : inputs.publish_vulnerabilities == 'true'
8484 with :
8585 image-ref : ${{ inputs.image_ref }}
@@ -103,7 +103,7 @@ runs:
103103
104104 - name : Local vulnerability scanner for MEDIUM,HIGH,CRITICAL for reporting
105105 if : ${{ inputs.full_report == 'true' }}
106- uses : aquasecurity/trivy-action@0.26.0
106+ uses : aquasecurity/trivy-action@0.33.1
107107 with :
108108 image-ref : ${{ inputs.image_ref }}
109109 scan-type : ${{ inputs.scan_type }}
@@ -119,7 +119,7 @@ runs:
119119 TRIVY_DEPENDENCY_TREE : true
120120
121121 - name : Test with Trivy vulnerability scanner
122- uses : aquasecurity/trivy-action@0.26.0
122+ uses : aquasecurity/trivy-action@0.33.1
123123 with :
124124 image-ref : ${{ inputs.image_ref }}
125125 scan-type : ${{ inputs.scan_type }}
You can’t perform that action at this time.
0 commit comments