File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,10 @@ jobs:
254
254
version : ${{ env.SCOUT_VERSION }}
255
255
format : sarif
256
256
image : registry://${{ env.IMAGE_NAME }}:${{ matrix.tag }}
257
+ -
258
+ name : Result output
259
+ run : |
260
+ jq . ${{ steps.scout.outputs.result-file }}
257
261
-
258
262
name : Upload SARIF report
259
263
uses : github/codeql-action/upload-sarif@v3
Original file line number Diff line number Diff line change @@ -158,6 +158,10 @@ jobs:
158
158
version : ${{ env.SCOUT_VERSION }}
159
159
format : sarif
160
160
image : registry://${{ env.IMAGE_NAME }}:${{ matrix.tag }}
161
+ -
162
+ name : Result output
163
+ run : |
164
+ jq . ${{ steps.scout.outputs.result-file }}
161
165
-
162
166
name : Upload SARIF report
163
167
uses : github/codeql-action/upload-sarif@v3
You can’t perform that action at this time.
0 commit comments