which versions are you using:
INFO: SonarScanner 4.8.1.3023
INFO: Java 11.0.20 Alpine (64-bit)
INFO: Linux 5.14.0-427.16.1.el9_4.x86_64 amd64
INFO: User cache: /opt/sonar-scanner/.sonar/cache
INFO: Analyzing on SonarQube server 9.9.3.79811
how is SonarQube deployed: github market action sonarsource/sonarqube-scan-action
we are attempting to scan code base of frontend javascript / sveltkit for vercel hosting
When running scan before various components are being build scan works correctly, but once all components are build and ready to deploy scanner fails with following errror
Adding custom root certificate to java certificate store
37Warning: use -cacerts option to access cacerts keystore
Hi @Colin
It is working using ubuntu runner but it is not working using RHEL runner.
Without build scan it is working RHEL runner but after build scan we are facing the scanner command not found issue. Attached both working and not working actions. Github_Action.zip (4.4 KB)
name: SonarQube Quality Gate check
id: sonarqube-quality-gate-check
uses: sonarsource/sonarqube-quality-gate-action@15767f0e4eb489cfdd989dc717fa78c038d0de8a
timeout-minutes: 5 # # Force to fail step after specific time.
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} #OPTIONAL