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 8787 # Action reference: https://github.com/aquasecurity/trivy-action
8888 - name : Scan latest published image
8989 id : scan_1
90- uses : aquasecurity/trivy-action@26d71e622b84d103f86fb33a5a42c558e11f4ae0 # 0.30.0
90+ uses : aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # 0.30.0
9191 with :
9292 image-ref : ${{ steps.image.outputs.spec }}
9393 format : json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
@@ -112,7 +112,7 @@ jobs:
112112 - name : Scan rebuilt image
113113 id : scan_2
114114 if : steps.rebuild.outcome == 'success'
115- uses : aquasecurity/trivy-action@26d71e622b84d103f86fb33a5a42c558e11f4ae0 # 0.30.0
115+ uses : aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # 0.30.0
116116 with :
117117 image-ref : rebuilt-image
118118 format : json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
@@ -171,7 +171,7 @@ jobs:
171171
172172 - name : Describe vulnerabilities
173173 if : steps.rebuild.outcome == 'success'
174- uses : aquasecurity/trivy-action@26d71e622b84d103f86fb33a5a42c558e11f4ae0 # 0.30.0
174+ uses : aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # 0.30.0
175175 with :
176176 image-ref : rebuilt-image
177177 format : table
You can’t perform that action at this time.
0 commit comments