Skip to content

Commit b8a7411

Browse files
authored
Merge pull request #449 from TheAuditorTool/fix/sonarqube-js-exclusion-235
fix(scripts): exclude JS from SonarQube scan
2 parents c131340 + a868929 commit b8a7411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/runSonarQube.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ docker run --env SONAR_SCANNER_OPTS=-Xmx4g --rm -v ~/.m2:/root/.m2 -v "$(pwd)":"
7575
-Dsonar.host.url="$sonar_docker_host" \
7676
-Dsonar.login="$sonar_token" \
7777
-Dsonar.sources="src" \
78-
-Dsonar.exclusions="results/**,scorecard/**,scripts/**,tools/**,VMs/**"
78+
-Dsonar.exclusions="results/**,scorecard/**,scripts/**,tools/**,VMs/**,**/*.js"
7979

8080
echo "Waiting for SonarQube CE to finish task..."
8181

0 commit comments

Comments
 (0)