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 89
89
id : scan_1
90
90
uses : aquasecurity/trivy-action@0.30.0
91
91
with :
92
- version : v0.54 .0
92
+ version : v0.55 .0
93
93
image-ref : ${{ steps.image.outputs.spec }}
94
94
format : json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
95
95
output : tmp/scan_1.json
@@ -115,7 +115,7 @@ jobs:
115
115
if : steps.rebuild.outcome == 'success'
116
116
uses : aquasecurity/trivy-action@0.30.0
117
117
with :
118
- version : v0.54 .0
118
+ version : v0.55 .0
119
119
image-ref : rebuilt-image
120
120
format : json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
121
121
output : tmp/scan_2.json
@@ -176,7 +176,7 @@ jobs:
176
176
if : steps.rebuild.outcome == 'success'
177
177
uses : aquasecurity/trivy-action@0.30.0
178
178
with :
179
- version : v0.54 .0
179
+ version : v0.55 .0
180
180
image-ref : rebuilt-image
181
181
format : table
182
182
ignore-unfixed : true
You can’t perform that action at this time.
0 commit comments