You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Добрый день.
Настраиваю загрузку результата отработки АПК через обработку otymko/acc-export
(https://github.com/otymko/acc-export/tree/master)Файлик сформировался в каталог который у меня в конфиге acc.properties
acc.projectKey=devops
acc.catalog=C:/RepoFor1C/DevOps/
acc.result=./tools/acc-export/acc-generic-issue.json
acc.sources=./src/cf/
acc.check=true
acc.format=genericissue
acc.titleError=codename
acc.relativePathToFiles=false
acc.objectErrors=true
acc.recreateProject=false
acc.exportRules=true
acc.fileClassificationError=false
Далее в в конфиге
C:\RepoFor1C\devops\sonar-project.properties
Указываем расположение результата работы АПК, для его загрузки в SonarQube
Добрый день.
Настраиваю загрузку результата отработки АПК через обработку otymko/acc-export
(https://github.com/otymko/acc-export/tree/master)Файлик сформировался в каталог который у меня в конфиге acc.properties
acc.projectKey=devops
acc.catalog=C:/RepoFor1C/DevOps/
acc.result=./tools/acc-export/acc-generic-issue.json
acc.sources=./src/cf/
acc.check=true
acc.format=genericissue
acc.titleError=codename
acc.relativePathToFiles=false
acc.objectErrors=true
acc.recreateProject=false
acc.exportRules=true
acc.fileClassificationError=false
Далее в в конфиге
C:\RepoFor1C\devops\sonar-project.properties
Указываем расположение результата работы АПК, для его загрузки в SonarQube
sonar.externalIssuesReportPaths=./tools/acc-export/acc-generic-issue.json
sonar.sources=./src/cf
sonar.tests=./tests
sonar.inclusions=/.bsl, /.os
sonar.sourceEncoding=UTF-8
Запускаю сонар сканер командой
sonar-scanner -D"sonar.login=sqp_" -D"sonar.host.url=http://localhost:9000/sonarqube" -D"sonar.projectKey=devops"
json сформирован обработкой acc-export из АПК не загружается в sonarQube
Подскажите в чем проблема?
Сонар сканер запускал с ключом -X и в логах не увидел варнингов или ошибок.
Да и поиском не нашел аcc-generic-issue.json загружается
SonarQube версии 9.6.1.59531
acc-export 1.3
gitlab 15.4
The text was updated successfully, but these errors were encountered: