Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shooshmand-sol committed Oct 2, 2023
1 parent 34a9486 commit 7f25edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
run: |
mvn -B $SKIP_FLAGS_ALL_TESTS \
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=SolaceLabs_event-management-agent \
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=SolaceProducts_event-management-agent \
--file service/pom.xml
- name: WhiteSource Scan
if: env.WHITESOURCE_SCAN=='true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import textwrap

SONARQUBE_PROJECT_KEY = "SolaceLabs_event-management-agent"
SONARQUBE_PROJECT_KEY = "SolaceProducts_event-management-agent"
SONARQUBE_PROJECT_MAIN_BRANCH = "main"
SONARQUBE_QUERY_TOKEN = os.getenv("SONARQUBE_QUERY_TOKEN")
SONARQUBE_HOTSPOTS_API_URL = os.getenv("SONARQUBE_HOTSPOTS_API_URL")
Expand Down

0 comments on commit 7f25edc

Please sign in to comment.