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@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8
90
+ uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5
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@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8
115
+ uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5
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@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8
174
+ uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5
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