CI environment Circle CI
Product: SonarQube cloud
Error observed
Circle ci orb version 3.0.0 is not changing directory to the project_root defined in the circleci config.yml file.
Steps to reproduce ( config.yml example )
version: 2.1
orbs:
sonarcloud: sonarsource/sonarcloud@3.0.0
jobs:
build:
steps:
- sonarcloud/scan:
project_root: "./<location of sonar properties>/"