File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8787 # Action reference: https://github.com/aquasecurity/trivy-action
8888 - name : Scan latest published image
8989 id : scan_1
90- uses : aquasecurity/trivy-action@cb606dfdb0d2b3698ace62192088ef4f5360b24f
90+ uses : aquasecurity/trivy-action@d63413b0a4a4482237085319f7f4a1ce99a8f2ac
9191 with :
9292 image-ref : ${{ steps.image.outputs.spec }}
9393 format : json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
@@ -110,7 +110,7 @@ jobs:
110110 - name : Scan rebuilt image
111111 id : scan_2
112112 if : steps.rebuild.outcome == 'success'
113- uses : aquasecurity/trivy-action@cb606dfdb0d2b3698ace62192088ef4f5360b24f
113+ uses : aquasecurity/trivy-action@d63413b0a4a4482237085319f7f4a1ce99a8f2ac
114114 with :
115115 image-ref : rebuilt-image
116116 format : json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
@@ -169,7 +169,7 @@ jobs:
169169
170170 - name : Describe vulnerabilities
171171 if : steps.rebuild.outcome == 'success'
172- uses : aquasecurity/trivy-action@cb606dfdb0d2b3698ace62192088ef4f5360b24f
172+ uses : aquasecurity/trivy-action@d63413b0a4a4482237085319f7f4a1ce99a8f2ac
173173 with :
174174 image-ref : rebuilt-image
175175 format : table
You can’t perform that action at this time.
0 commit comments