From 9b8f2723f8456ea7fd1a1db59c66d50fa5a47215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Peixoto?= Date: Mon, 18 Oct 2021 10:05:26 +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 db46112..02bb0cd 100644 --- a/.github/workflows/test_action.yaml +++ b/.github/workflows/test_action.yaml @@ -16,7 +16,7 @@ jobs: path: test/samples/positive1.tf,test/samples/positive2.tf token: ${{ secrets.GITHUB_TOKEN }} timeout: 60 - # output_path: myoutput/ + output_path: myoutput/ output_formats: sarif ignore_on_exit: results enable_comments: true