diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 464eba4e..93cc5933 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -265,6 +265,7 @@ jobs: - name: Run Security Scan uses: datreeio/action-datree@main + continue-on-error: true with: path: 'library/common-test' cliArguments: '' @@ -272,6 +273,7 @@ jobs: helmArguments: '--values library/common-test/ci/${{ matrix.values }}' - name: Generate Sarif Report + continue-on-error: true uses: datreeio/action-datree@main with: path: 'library/common-test'