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 }}'