From 7cde3a62ac86c6a8d85a2e25397e52ab860d7675 Mon Sep 17 00:00:00 2001 From: Nicolas BRIERE Date: Mon, 11 Mar 2024 14:25:43 +0100 Subject: [PATCH] fix: linter report file issue --- .github/workflows/dockerfile-linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dockerfile-linter.yml b/.github/workflows/dockerfile-linter.yml index 0859b62..bcc3f55 100644 --- a/.github/workflows/dockerfile-linter.yml +++ b/.github/workflows/dockerfile-linter.yml @@ -29,7 +29,7 @@ jobs: - uses: hadolint/hadolint-action@v3.1.0 with: dockerfile: ${{ inputs.dockerfile_path }} - output-file: test-result.json + output-file: test-report.json format: json - name: Publish Test Results @@ -38,4 +38,4 @@ jobs: with: check_name: "DockerFile Linter - ${{ inputs.image_name }}" files: | - test-result.json + test-report.json