From e499b4974c8a61d567317862a0fa2213d08d78ae Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Wed, 8 Feb 2023 12:13:09 +0100 Subject: [PATCH] Update common_library_tests.yaml --- .github/workflows/common_library_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 79fd3e80..7352559e 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -279,7 +279,7 @@ jobs: uses: datreeio/action-datree@main with: path: 'library/common-test' - cliArguments: '-output sarif' + cliArguments: '--output sarif' isHelmChart: true helmArguments: '--values library/common-test/ci/${{ matrix.values }}'