mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-05-15 06:35:55 +00: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
Add a link
Reference in a new issue