From b997b8cae3ab0308fe26b48320b328f444d3f9a1 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sun, 4 Jan 2026 21:16:43 +0000 Subject: [PATCH] fix(ci): add step to print Hadolint results in CI workflow --- .gitea/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index cffdb54..6b29112 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -23,6 +23,10 @@ jobs: output-file: hadolint.out format: sonarqube no-fail: true + + - name: Print Hadolint results + if: ${{ always() }} + run: cat hadolint.out # - name: SonarQube Scan # uses: SonarSource/sonarqube-scan-action@v5.2.0