Skip to content

Commit 4d7d7cc

Browse files
committed
ci: print scout result
Signed-off-by: CrazyMax <[email protected]>
1 parent 280ce6e commit 4d7d7cc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/buildkit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,10 @@ jobs:
254254
version: ${{ env.SCOUT_VERSION }}
255255
format: sarif
256256
image: registry://${{ env.IMAGE_NAME }}:${{ matrix.tag }}
257+
-
258+
name: Result output
259+
run: |
260+
jq . ${{ steps.scout.outputs.result-file }}
257261
-
258262
name: Upload SARIF report
259263
uses: github/codeql-action/upload-sarif@v3

.github/workflows/frontend.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ jobs:
158158
version: ${{ env.SCOUT_VERSION }}
159159
format: sarif
160160
image: registry://${{ env.IMAGE_NAME }}:${{ matrix.tag }}
161+
-
162+
name: Result output
163+
run: |
164+
jq . ${{ steps.scout.outputs.result-file }}
161165
-
162166
name: Upload SARIF report
163167
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)