This is a bot for Sonarqube GitHub decoration.
nvm use
npm install
npm run build
npm run startThe bot is configured by dotenv. The following environment variables are required:
APP_IDPRIVATE_KEY_PATHWEBHOOK_SECRETBOT_NAMESONAR_USERNAMESONAR_PASSWORDSONAR_URL
The bot requires the following permissions:
Checks(Read & Write)Pull Requests(Read & Write)
To run the bot in development mode, use the following command:
npm run dev