summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Watkins <mwatkins@linuxfoundation.org>2024-08-23 13:34:09 +0100
committerMatthew Watkins <mwatkins@linuxfoundation.org>2024-08-23 13:36:13 +0100
commit630c3e778798619148da98461bdfb48265bb0830 (patch)
treeb53e74171eba185fb16afee0ca752bd4d3fddd97
parent695eeff9aeb7d58682d8690ffe1bbbe41ce2c555 (diff)
Fix: Add inputs to composed-generic-sonar-cloud.yaml
Issue-ID: SECCOM-276 Add required JSON inputs as minimal strings: "{}" Change-Id: I34d6f8ab70d0a1e6621261c6b59aad1ae4ac7218 Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
-rw-r--r--.github/workflows/gerrit-merge.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/gerrit-merge.yaml b/.github/workflows/gerrit-merge.yaml
index 2acb762..3fa0a19 100644
--- a/.github/workflows/gerrit-merge.yaml
+++ b/.github/workflows/gerrit-merge.yaml
@@ -84,6 +84,8 @@ jobs:
GERRIT_PROJECT: ${{ inputs.GERRIT_PROJECT }}
GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }}
JDK_VERSION: "17"
+ ENV_VARS: "{}"
+ ENV_SECRETS: "{}"
SONAR_ARGS: >
-Dsonar.organization=onap
-Dsonar.projectKey=onap_portal-ng-ui