Skip to content

Commit f0a68a7

Browse files
committed
always show output
1 parent 59cf4fc commit f0a68a7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,12 @@ jobs:
179179
scan-type: "fs"
180180
scan-ref: "."
181181
severity: "CRITICAL,HIGH"
182+
skip-files: "nhsd-rules-deny.txt"
182183
format: "table"
183184
output: "dependency-results.txt"
184185
exit-code: "1"
185186
- name: Show scan output
186-
if: failure()
187+
if: always()
187188
run: cat dependency-results.txt
188189

189190
- name: "check is SONAR_TOKEN exists"

0 commit comments

Comments
 (0)