Integrates with the pipeline to provide detailed code analysis.
Connects to a SonarQube server using a generated token and host URL.
Blocks builds if critical issues are found.
Environment Variables for SonarQube:
SONAR_ORGANIZATION: URL of your SonarQube instance.
SONAR_ORGANIZATION
SONAR_PROJECT_KEY: The unique identifier for your project in SonarQube
SONAR_PROJECT_KEY
SONAR_TOKEN: The authentication token generated in SonarQube.
SONAR_TOKEN
Last updated 1 year ago