mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-31 03:41:08 +01:00
fix path
This commit is contained in:
parent
9a555bc2d4
commit
0b08ca228d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -82,7 +82,7 @@ jobs:
|
|||
with:
|
||||
dockerfile: testdata/warning.Dockerfile
|
||||
format: sarif
|
||||
output-file: /report.sarif
|
||||
output-file: report.sarif
|
||||
|
||||
release:
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
|
|
Loading…
Add table
Reference in a new issue