Commit a868929
committed
fix(scripts): exclude JS from SonarQube scan
The SonarQube scanner's JavaScript/TypeScript sensor activates on
vendored JS files in src/main/webapp/js/ (jQuery, js.cookie,
testsuiteutils) and attempts to start a Node.js bridge server, which
times out in the scanner Docker container -- killing the entire scan.
Add **/*.js to sonar.exclusions so the JS sensor never activates.
This project benchmarks Java SAST tools only; SonarReport.java already
filters to java:* rules, so JS findings were never collected.
Closes #2351 parent b7b159c commit a868929
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments