Skip to content

Commit 59cf4fc

Browse files
committed
show output
1 parent c5fb246 commit 59cf4fc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ jobs:
182182
format: "table"
183183
output: "dependency-results.txt"
184184
exit-code: "1"
185+
- name: Show scan output
186+
if: failure()
187+
run: cat dependency-results.txt
185188

186189
- name: "check is SONAR_TOKEN exists"
187190
env:

0 commit comments

Comments
 (0)