Skip to content

Commit

Permalink
fix: linter report file issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbriere1 committed Mar 11, 2024
1 parent a9babbe commit 7cde3a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerfile-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: hadolint/[email protected]
with:
dockerfile: ${{ inputs.dockerfile_path }}
output-file: test-result.json
output-file: test-report.json
format: json

- name: Publish Test Results
Expand All @@ -38,4 +38,4 @@ jobs:
with:
check_name: "DockerFile Linter - ${{ inputs.image_name }}"
files: |
test-result.json
test-report.json

0 comments on commit 7cde3a6

Please sign in to comment.