From f35e1bf029beb73c33fda34c7c6fef6857b34b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Peixoto?= Date: Sat, 16 Oct 2021 11:10:32 +0100 Subject: [PATCH] testing action - output formats --- .github/workflows/test_action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_action.yaml b/.github/workflows/test_action.yaml index 8254610..4c2bf07 100644 --- a/.github/workflows/test_action.yaml +++ b/.github/workflows/test_action.yaml @@ -18,7 +18,7 @@ jobs: timeout: 60 verbose: true output_path: myoutput/ - output_format: sarif + output_formats: sarif ignore_on_exit: results enable_comments: true - run: ls -la && ls -la myoutput