Skip to content

Commit

Permalink
disable broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 24, 2022
1 parent 0b08ca2 commit 0a6d062
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -76,13 +76,13 @@ jobs:
dockerfile: testdata/warning.Dockerfile
config: testdata/hadolint.yaml

- name: Run integration test 6 - output to file
# This step will never fail, but will print out rule violations.
uses: ./
with:
dockerfile: testdata/warning.Dockerfile
format: sarif
output-file: report.sarif
#- name: Run integration test 6 - output to file
# # This step will never fail, but will print out rule violations.
# uses: ./
# with:
# dockerfile: testdata/warning.Dockerfile
# format: sarif
# output-file: report.sarif

release:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 0a6d062

Please sign in to comment.