From 0b08ca228dfaedbf8c28837a18c11218f0ec6e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorenzo=20Rodr=C3=ADguez?= Date: Thu, 24 Mar 2022 15:32:24 +0100 Subject: [PATCH] fix path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84ea826..23904fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'