Skip to content

Commit

Permalink
Merge pull request #10 from equisoft-actions/dev/fixes
Browse files Browse the repository at this point in the history
fix: pull image to clean output
  • Loading branch information
meriouma authored Dec 29, 2022
2 parents 25f298f + 1df0db4 commit 378d05c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ runs:
shell: bash
run: |
mkdir -p ${{ inputs.working-directory }}/build/quality/
docker pull hadolint/hadolint
docker run --rm -i \
-e HADOLINT_FORMAT=${{ inputs.format }} \
-e HADOLINT_FAILURE_THRESHOLD=${{ inputs.failure-threshold }} \
Expand Down

0 comments on commit 378d05c

Please sign in to comment.