Hello, I am using sonarqube:8.9.2-community
I have a monorepo in GitHub
I am trying to implement Github action for scan the different projects that I have in the mono repo
I am using this
- name: Setup SonarQube
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
with:
projectBaseDir: backend/co/reditos/wallet
args: >
-Dsonar.verbose=true
It does not work