From 148cfd2526feb8191627e73f3ee3ef11867d3b83 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 29 Apr 2025 11:24:49 +1000 Subject: [PATCH] CI: Add Nexus IQ scan to smo/o1 Issue: IT-28096 Change-Id: Ieccd3ee54c42854a9416c3390db1d5551e4c0b88 Signed-off-by: Anil Belur --- .github/workflows/gerrit-merge.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.16.6