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@1f0aa582c8c8f5f7639610d6d38baddfea4fdcee
90
+ uses : aquasecurity/trivy-action@e5f43133f6e8736992c9f3c1b3296e24b37e17f2
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@1f0aa582c8c8f5f7639610d6d38baddfea4fdcee
115
+ uses : aquasecurity/trivy-action@e5f43133f6e8736992c9f3c1b3296e24b37e17f2
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@1f0aa582c8c8f5f7639610d6d38baddfea4fdcee
174
+ uses : aquasecurity/trivy-action@e5f43133f6e8736992c9f3c1b3296e24b37e17f2
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