From 1f9e32e8a30d3df31221414cf9df82ce7262e7aa Mon Sep 17 00:00:00 2001 From: Cedric-Magnan <43343135+Cedric-Magnan@users.noreply.github.com> Date: Thu, 9 Nov 2023 19:17:34 +0100 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8464b8e..2e99ba1 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -49,6 +49,7 @@ jobs: image: "ghcr.io/artefactory/nlpretext:${{ steps.tag.outputs.tag_name }}" acs-report-enable: true - name: upload Anchore scan SARIF report + if: success() || failure() uses: github/codeql-action/upload-sarif@v1 with: sarif_file: ${{ steps.scan.outputs.sarif }}