File tree 1 file changed +3
-3
lines changed
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@fd25fed6972e341ff0007ddb61f77e88103953c2
90
+ uses : aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2
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
@@ -112,7 +112,7 @@ jobs:
112
112
- name : Scan rebuilt image
113
113
id : scan_2
114
114
if : steps.rebuild.outcome == 'success'
115
- uses : aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2
115
+ uses : aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2
116
116
with :
117
117
image-ref : rebuilt-image
118
118
format : json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
@@ -171,7 +171,7 @@ jobs:
171
171
172
172
- name : Describe vulnerabilities
173
173
if : steps.rebuild.outcome == 'success'
174
- uses : aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2
174
+ uses : aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2
175
175
with :
176
176
image-ref : rebuilt-image
177
177
format : table
You can’t perform that action at this time.
0 commit comments