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 9696 VCS_REF=${{ github.sha }}
9797
9898 - name : Run Trivy vulnerability scanner
99- uses : aquasecurity/trivy-action@0.30 .0
99+ uses : aquasecurity/trivy-action@0.35 .0
100100 with :
101101 image-ref : ${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/${{ matrix.container.name }}:${{ steps.meta.outputs.version }}
102102 format : ' sarif'
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 uses : actions/checkout@v4
115115
116116 - name : Run Trivy vulnerability scanner in fs mode
117- uses : aquasecurity/trivy-action@0.30 .0
117+ uses : aquasecurity/trivy-action@0.35 .0
118118 with :
119119 scan-type : ' fs'
120120 scan-ref : ' .'
@@ -132,7 +132,7 @@ jobs:
132132
133133 - name : Generate Trivy report
134134 if : always()
135- uses : aquasecurity/trivy-action@0.30 .0
135+ uses : aquasecurity/trivy-action@0.35 .0
136136 with :
137137 scan-type : ' fs'
138138 scan-ref : ' .'
You can’t perform that action at this time.
0 commit comments