mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-07-18 21:38:03 +00:00
fix path
This commit is contained in:
committed by
GitHub
parent
9a555bc2d4
commit
0b08ca228d
@@ -82,7 +82,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dockerfile: testdata/warning.Dockerfile
|
dockerfile: testdata/warning.Dockerfile
|
||||||
format: sarif
|
format: sarif
|
||||||
output-file: /report.sarif
|
output-file: report.sarif
|
||||||
|
|
||||||
release:
|
release:
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||||
|
|||||||
Reference in New Issue
Block a user