CI: Add Nexus IQ scan to smo/o1 56/14356/1 master
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 29 Apr 2025 01:24:49 +0000 (11:24 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 29 Apr 2025 01:26:12 +0000 (11:26 +1000)
Issue: IT-28096
Change-Id: Ieccd3ee54c42854a9416c3390db1d5551e4c0b88
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
.github/workflows/gerrit-merge.yaml

index 65530c4..be05f4d 100644 (file)
@@ -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