From: Anil Belur Date: Tue, 29 Apr 2025 01:24:49 +0000 (+1000) Subject: CI: Add Nexus IQ scan to smo/o1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F56%2F14356%2F1;p=smo%2Fo1.git CI: Add Nexus IQ scan to smo/o1 Issue: IT-28096 Change-Id: Ieccd3ee54c42854a9416c3390db1d5551e4c0b88 Signed-off-by: Anil Belur --- diff --git a/.github/workflows/gerrit-merge.yaml b/.github/workflows/gerrit-merge.yaml index 65530c4..be05f4d 100644 --- a/.github/workflows/gerrit-merge.yaml +++ b/.github/workflows/gerrit-merge.yaml @@ -69,6 +69,15 @@ jobs: - name: Allow replication run: sleep 10s + call-sonartype-lifecycle: + name: "Sonatype Lifecycle Scan" + needs: notify + # yamllint disable-line rule:line-length + uses: lfit/releng-reusable-workflows/.github/workflows/reuse-sonatype-lifecycle.yaml@ac846b1cfeaf3a7cac6f28413a5206afc9951464 # v0.2.11 + secrets: + NEXUS_IQ_PASSWORD: ${{ secrets.NEXUS_IQ_PASSWORD }} + + call-sonarcloud-scan: runs-on: ubuntu-latest needs: notify