diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2024-03-25 15:38:57 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2024-03-25 15:38:57 -0700 |
commit | 39ff3b63f6d1072b6d369c43e18c11bd6b53fca3 (patch) | |
tree | 23bb9f3a9059d4e850f36ea5c6bf75df2796a114 /.github/workflows | |
parent | 90e493f7fa3d13dc7979dd72282defdd598f5424 (diff) |
Fix: Continue if CLM GHA job fails
The CLM job fails if the scan reports any vulnerabilities.
We need to make sure the next step is executed still.
Issue-ID: CIMAN-33
Change-Id: I5dbdc9b16520744008dd65fb97e8a15720093122
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/gerrit-merge.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/gerrit-merge.yaml b/.github/workflows/gerrit-merge.yaml index b465da5a2..28d8d27e6 100644 --- a/.github/workflows/gerrit-merge.yaml +++ b/.github/workflows/gerrit-merge.yaml @@ -91,6 +91,7 @@ jobs: -DaltDeploymentRepository=staging::default::file:"${GITHUB_WORKSPACE}"/m2repo secrets: NEXUS_IQ_PASSWORD: ${{ secrets.NEXUS_IQ_PASSWORD }} + continue-on-error: true run-maven-sonar: needs: [notify, run-maven-clm] |