Add ESLint and Hadolint reports for SonarQube analysis
- Add sonar.eslint.reportPaths and sonar.docker.hadolint.reportPaths - Generate ESLint JSON report in CI frontend and sonarqube jobs - Generate Hadolint JSON reports for dev and prod Dockerfiles - Add reports to ci.yml and sonarqube.yml workflows Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -9,3 +9,5 @@ sonar.php.phpstan.reportPaths=phpstan-report.json
|
||||
sonar.tests=tests
|
||||
sonar.test.inclusions=tests/**/*.php,tests/js/**/*.test.js
|
||||
sonar.javascript.lcov.reportPaths=coverage/lcov.info
|
||||
sonar.eslint.reportPaths=eslint-report.json
|
||||
sonar.docker.hadolint.reportPaths=hadolint-dev.json,hadolint-prod.json
|
||||
|
||||
Reference in New Issue
Block a user