From 62618cb93d293a74cc3d1f3df1f18f86d3e8697a Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 7 Feb 2023 19:12:20 +0100 Subject: [PATCH] Update common_library_tests.yaml --- .github/workflows/common_library_tests.yaml | 2 ++ 1 file changed, 2 insertions(+) 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'