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 87
87
# Action reference: https://github.com/aquasecurity/trivy-action
88
88
- name : Scan latest published image
89
89
id : scan_1
90
- uses : aquasecurity/trivy-action@cb606dfdb0d2b3698ace62192088ef4f5360b24f
90
+ uses : aquasecurity/trivy-action@d63413b0a4a4482237085319f7f4a1ce99a8f2ac
91
91
with :
92
92
image-ref : ${{ steps.image.outputs.spec }}
93
93
format : json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
@@ -110,7 +110,7 @@ jobs:
110
110
- name : Scan rebuilt image
111
111
id : scan_2
112
112
if : steps.rebuild.outcome == 'success'
113
- uses : aquasecurity/trivy-action@cb606dfdb0d2b3698ace62192088ef4f5360b24f
113
+ uses : aquasecurity/trivy-action@d63413b0a4a4482237085319f7f4a1ce99a8f2ac
114
114
with :
115
115
image-ref : rebuilt-image
116
116
format : json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
@@ -169,7 +169,7 @@ jobs:
169
169
170
170
- name : Describe vulnerabilities
171
171
if : steps.rebuild.outcome == 'success'
172
- uses : aquasecurity/trivy-action@cb606dfdb0d2b3698ace62192088ef4f5360b24f
172
+ uses : aquasecurity/trivy-action@d63413b0a4a4482237085319f7f4a1ce99a8f2ac
173
173
with :
174
174
image-ref : rebuilt-image
175
175
format : table
You can’t perform that action at this time.
0 commit comments