- Build environment on GitHub Actions:
SonarScanner 4.7.0.2747
INFO: Java 11.0.15 Alpine (64-bit)
INFO: Linux 4.15.0-123-generic amd64
- what are you trying to achieve
I noticed in the output there are unnecessary steps, for example:
Sensor JavaScript inside YAML analysis [javascript] (done) | time=6781ms
There are others such as C#, VB.NET, PLSQL, CSS, HTML but the above adds 7s to the build time for no gain (for this project).
- what have you tried so far to achieve this
I’ve set:
sonar.language=php
sonar.php.file.suffixes=php
Is there a way to only turn on certain sensors?