Hey!
We are using sonarcloud for our project and have it run the analysis step in our azure pipeline.
Now on every PR scan, it seems like the scanner scans all files instead only the files with new code. Is this somehow expected or did I configure it wrong?
On the project page in sonarcloud the right amount of new lines of code is displayed, so I assume that the new code definition is correct.
Here would be the log (anonymized a little bit) from the analyze step on azure pipelines:
2022-11-17T14:34:57.9656409Z ##[section]Starting: SonarCloudAnalyze
2022-11-17T14:34:57.9664603Z ==============================================================================
2022-11-17T14:34:57.9664871Z Task : Run Code Analysis
2022-11-17T14:34:57.9665138Z Description : Run scanner and upload the results to the SonarCloud server.
2022-11-17T14:34:57.9665368Z Version : 1.33.1
2022-11-17T14:34:57.9665540Z Author : sonarsource
2022-11-17T14:34:57.9666034Z Help : Version: 1.33.1. This task is not needed for Maven and Gradle projects since the scanner should be run as part of the build.
2022-11-17T14:34:57.9666598Z ==============================================================================
2022-11-17T14:34:58.1369455Z [command]/home/azureuser/myagent/_work/_tasks/SonarCloudAnalyze_ce096e50-6155-4de8-8800-4221aaeed4a1/1.33.1/sonar-scanner/bin/sonar-scanner
2022-11-17T14:34:58.2309702Z INFO: Scanner configuration file: /home/azureuser/myagent/_work/_tasks/SonarCloudAnalyze_ce096e50-6155-4de8-8800-4221aaeed4a1/1.33.1/sonar-scanner/conf/sonar-scanner.properties
2022-11-17T14:34:58.2312323Z INFO: Project root configuration file: /home/azureuser/myagent/_work/3/s/sonar-project.properties
2022-11-17T14:34:58.2529061Z INFO: SonarScanner 4.7.0.2747
2022-11-17T14:34:58.2530000Z INFO: Java 11.0.17 Ubuntu (64-bit)
2022-11-17T14:34:58.2531797Z INFO: Linux 5.15.0-1022-azure amd64
2022-11-17T14:34:58.4863559Z INFO: User cache: /home/azureuser/.sonar/cache
2022-11-17T14:34:58.7709796Z INFO: Scanner configuration file: /home/azureuser/myagent/_work/_tasks/SonarCloudAnalyze_ce096e50-6155-4de8-8800-4221aaeed4a1/1.33.1/sonar-scanner/conf/sonar-scanner.properties
2022-11-17T14:34:58.7714423Z INFO: Project root configuration file: /home/azureuser/myagent/_work/3/s/sonar-project.properties
2022-11-17T14:34:58.7727761Z INFO: Analyzing on SonarCloud
2022-11-17T14:34:58.7732110Z INFO: Default locale: "en", source code encoding: "UTF-8" (analysis is platform dependent)
2022-11-17T14:34:59.2186942Z INFO: Load global settings
2022-11-17T14:34:59.3690725Z INFO: Load global settings (done) | time=151ms
2022-11-17T14:34:59.3739063Z INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
2022-11-17T14:34:59.3842466Z INFO: User cache: /home/azureuser/.sonar/cache
2022-11-17T14:34:59.3888489Z INFO: Load/download plugins
2022-11-17T14:34:59.3889059Z INFO: Load plugins index
2022-11-17T14:34:59.5404550Z INFO: Load plugins index (done) | time=151ms
2022-11-17T14:34:59.7643669Z INFO: Load/download plugins (done) | time=375ms
2022-11-17T14:35:00.1062417Z INFO: Loaded core extensions: developer-scanner
2022-11-17T14:35:00.5112245Z INFO: Found an active CI vendor: 'Azure DevOps'
2022-11-17T14:35:00.5251338Z INFO: Load project settings for component key: 'CompanyName_companyname-platform'
2022-11-17T14:35:00.6621669Z INFO: Load project settings for component key: 'CompanyName_companyname-platform' (done) | time=137ms
2022-11-17T14:35:00.6662023Z INFO: Process project properties
2022-11-17T14:35:00.6721688Z INFO: Execute project builders
2022-11-17T14:35:00.6732501Z INFO: Execute project builders (done) | time=1ms
2022-11-17T14:35:00.6751785Z INFO: Project key: CompanyName_companyname-platform
2022-11-17T14:35:00.6752501Z INFO: Base dir: /home/azureuser/myagent/_work/3/s
2022-11-17T14:35:00.6752876Z INFO: Working dir: /home/azureuser/myagent/_work/3/s/.scannerwork
2022-11-17T14:35:00.7348900Z INFO: Load project branches
2022-11-17T14:35:00.8830917Z INFO: Load project branches (done) | time=148ms
2022-11-17T14:35:00.8855500Z INFO: Check ALM binding of project 'CompanyName_companyname-platform'
2022-11-17T14:35:01.0013983Z INFO: Detected project binding: BOUND
2022-11-17T14:35:01.0017060Z INFO: Check ALM binding of project 'CompanyName_companyname-platform' (done) | time=116ms
2022-11-17T14:35:01.0051809Z INFO: Load project pull requests
2022-11-17T14:35:01.1548324Z INFO: Load project pull requests (done) | time=151ms
2022-11-17T14:35:01.1569242Z INFO: Load branch configuration
2022-11-17T14:35:01.5352056Z INFO: Load branch configuration (done) | time=378ms
2022-11-17T14:35:01.5635632Z INFO: Load quality profiles
2022-11-17T14:35:01.7481560Z INFO: Load quality profiles (done) | time=184ms
2022-11-17T14:35:01.7522459Z INFO: Load active rules
2022-11-17T14:35:08.3899051Z INFO: Load active rules (done) | time=6638ms
2022-11-17T14:35:08.4177619Z INFO: Organization key: companyname
2022-11-17T14:35:08.4187065Z INFO: Pull request 6178 for merge into develop from reintegrate-sonarcloud
2022-11-17T14:35:08.4300442Z INFO: Load project repositories
2022-11-17T14:35:08.6153073Z INFO: Load project repositories (done) | time=185ms
2022-11-17T14:35:08.6166071Z INFO: SCM collecting changed files in the branch
2022-11-17T14:35:09.0959069Z INFO: SCM collecting changed files in the branch (done) | time=479ms
2022-11-17T14:35:09.1257703Z INFO: Indexing files...
2022-11-17T14:35:09.1260137Z INFO: Project configuration:
2022-11-17T14:35:09.1265781Z INFO: Excluded sources: **/build-wrapper-dump.json, **/.gitignore, **/.vscode/**, **/node_modules/**, **/*.json, **/*.xml, **/types/**, **/oidc-client.js, **/generated/**, **/graphql-new.ts, **/*.test.ts
2022-11-17T14:35:09.1266429Z INFO: Included tests: **/*.test.ts
2022-11-17T14:35:15.3773865Z INFO: 2663 files indexed
2022-11-17T14:35:15.3774579Z INFO: 143357 files ignored because of inclusion/exclusion patterns
2022-11-17T14:35:15.3775240Z INFO: 0 files ignored because of scm ignore settings
2022-11-17T14:35:15.3783508Z INFO: Quality profile for cs: Sonar way
2022-11-17T14:35:15.3784136Z INFO: Quality profile for css: Sonar way
2022-11-17T14:35:15.3784694Z INFO: Quality profile for js: Sonar way
2022-11-17T14:35:15.3785260Z INFO: Quality profile for ts: Sonar way
2022-11-17T14:35:15.3785765Z INFO: Quality profile for web: Sonar way
2022-11-17T14:35:15.3786321Z INFO: Quality profile for yaml: Sonar way
2022-11-17T14:35:15.3981405Z INFO: ------------- Run sensors on module companyname-platform
2022-11-17T14:35:15.5165753Z INFO: Load metrics repository
2022-11-17T14:35:15.6201041Z INFO: Load metrics repository (done) | time=103ms
2022-11-17T14:35:17.7940282Z INFO: Sensor IaC CloudFormation Sensor [iac]
2022-11-17T14:35:17.8055470Z INFO: 0 source files to be analyzed
2022-11-17T14:35:17.8172376Z INFO: 0/0 source files have been analyzed
2022-11-17T14:35:17.8174316Z INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=24ms
2022-11-17T14:35:17.8177693Z INFO: Sensor IaC Kubernetes Sensor [iac]
2022-11-17T14:35:17.8214700Z INFO: 0 source files to be analyzed
2022-11-17T14:35:17.8270999Z INFO: 0/0 source files have been analyzed
2022-11-17T14:35:17.8271676Z INFO: Sensor IaC Kubernetes Sensor [iac] (done) | time=9ms
2022-11-17T14:35:17.8274782Z INFO: Sensor C# Project Type Information [csharp]
2022-11-17T14:35:17.8287740Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2022-11-17T14:35:17.8288383Z INFO: Sensor C# Analysis Log [csharp]
2022-11-17T14:35:17.8405076Z INFO: Sensor C# Analysis Log [csharp] (done) | time=12ms
2022-11-17T14:35:17.8405716Z INFO: Sensor C# Properties [csharp]
2022-11-17T14:35:17.8407668Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2022-11-17T14:35:17.8410676Z INFO: Sensor HTML [web]
2022-11-17T14:35:17.8411251Z INFO: Sensor HTML is restricted to changed files only
2022-11-17T14:35:17.8559331Z INFO: Sensor HTML [web] (done) | time=15ms
2022-11-17T14:35:17.8561055Z INFO: Sensor Text Sensor [text]
2022-11-17T14:35:17.8609713Z INFO: 2570 source files to be analyzed
2022-11-17T14:35:18.4887393Z INFO: 2570/2570 source files have been analyzed
2022-11-17T14:35:18.4888243Z INFO: Sensor Text Sensor [text] (done) | time=633ms
2022-11-17T14:35:18.4891802Z INFO: Sensor VB.NET Project Type Information [vbnet]
2022-11-17T14:35:18.4909313Z INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=2ms
2022-11-17T14:35:18.4912228Z INFO: Sensor VB.NET Analysis Log [vbnet]
2022-11-17T14:35:18.5044098Z INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=13ms
2022-11-17T14:35:18.5045963Z INFO: Sensor VB.NET Properties [vbnet]
2022-11-17T14:35:18.5047034Z INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms
2022-11-17T14:35:18.5049589Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2022-11-17T14:35:18.5147514Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2022-11-17T14:35:18.5151066Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2022-11-17T14:35:18.5151862Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=10ms
2022-11-17T14:35:18.5154263Z INFO: Sensor JavaScript analysis [javascript]
2022-11-17T14:35:24.4719548Z INFO: 31 source files to be analyzed
2022-11-17T14:35:28.3362902Z INFO: 31/31 source files have been analyzed
2022-11-17T14:35:28.3363469Z INFO: Hit the cache for 0 out of 31
2022-11-17T14:35:28.3364975Z INFO: Miss the cache for 31 out of 31: FILE_NOT_IN_CACHE [31/31]
2022-11-17T14:35:28.3365722Z INFO: Sensor JavaScript analysis [javascript] (done) | time=9818ms
2022-11-17T14:35:28.3366448Z INFO: Sensor TypeScript analysis [javascript]
2022-11-17T14:35:28.5821522Z INFO: Found 19 tsconfig.json file(s): [/home/azureuser/myagent/_work/3/s/.storybook/tsconfig.json, /home/azureuser/myagent/_work/3/s/apps/project2/tsconfig.json, /home/azureuser/myagent/_work/3/s/apps/project4/tsconfig.json, /home/azureuser/myagent/_work/3/s/apps/project6/tsconfig.json, /home/azureuser/myagent/_work/3/s/apps/project7/tsconfig.json, /home/azureuser/myagent/_work/3/s/apps/project8/tsconfig.json, /home/azureuser/myagent/_work/3/s/libs/graphql-schema/tsconfig.json, /home/azureuser/myagent/_work/3/s/libs/utils/tsconfig.json, /home/azureuser/myagent/_work/3/s/libs/react-common/tsconfig.json, /home/azureuser/myagent/_work/3/s/apps/project5/client-e2e/tsconfig.json, /home/azureuser/myagent/_work/3/s/apps/project5/client/tsconfig.json, /home/azureuser/myagent/_work/3/s/apps/project3/client-e2e/tsconfig.json, /home/azureuser/myagent/_work/3/s/apps/project3/client/tsconfig.json, /home/azureuser/myagent/_work/3/s/apps/project3/server/tsconfig.json, /home/azureuser/myagent/_work/3/s/apps/project1/client-e2e/tsconfig.json, /home/azureuser/myagent/_work/3/s/apps/project1/client/tsconfig.json, /home/azureuser/myagent/_work/3/s/apps/project1/server/tsconfig.json, /home/azureuser/myagent/_work/3/s/libs/react-common/example/tsconfig.json, /home/azureuser/myagent/_work/3/s/libs/react-common/.storybook/tsconfig.json]
2022-11-17T14:35:28.5825465Z INFO: 2170 source files to be analyzed
2022-11-17T14:35:28.5825772Z INFO: Creating TypeScript program
2022-11-17T14:35:28.5827247Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/.storybook/tsconfig.json
2022-11-17T14:35:38.5831377Z INFO: 0/2170 files analyzed, current file: /home/azureuser/myagent/_work/3/s/apps/project3/client/src/controllers/decision-therapy-field-controller.tsx
2022-11-17T14:35:41.0661677Z INFO: Creating TypeScript program (done) | time=12483ms
2022-11-17T14:35:41.0662193Z INFO: Starting analysis with current program
2022-11-17T14:35:48.5833802Z INFO: 91/2170 files analyzed, current file: /home/azureuser/myagent/_work/3/s/apps/project1/client/src/containers/source_1.ts
2022-11-17T14:35:58.5836246Z INFO: 396/2170 files analyzed, current file: /home/azureuser/myagent/_work/3/s/apps/project1/server/src/services/source_2.ts
2022-11-17T14:36:08.5837885Z INFO: 805/2170 files analyzed, current file: /home/azureuser/myagent/_work/3/s/apps/project3/client/src/components/source_3.tsx
2022-11-17T14:36:18.5840494Z INFO: 1239/2170 files analyzed, current file: /home/azureuser/myagent/_work/3/s/apps/project3/client/src/containers/source_4.tsx
2022-11-17T14:36:28.5843550Z INFO: 1637/2170 files analyzed, current file: /home/azureuser/myagent/_work/3/s/apps/project2/src/resolvers/cypher/source_5.ts
2022-11-17T14:36:38.5845567Z INFO: 2091/2170 files analyzed, current file: /home/azureuser/myagent/_work/3/s/libs/react-common/src/utils/distinct-by.ts
2022-11-17T14:36:44.0299117Z INFO: Analyzed 2165 file(s) with current program
2022-11-17T14:36:44.0309080Z INFO: Creating TypeScript program
2022-11-17T14:36:44.0310168Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project2/tsconfig.json
2022-11-17T14:36:44.0725818Z INFO: Creating TypeScript program (done) | time=42ms
2022-11-17T14:36:44.0726477Z INFO: Starting analysis with current program
2022-11-17T14:36:44.0730898Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:44.0807759Z INFO: Creating TypeScript program
2022-11-17T14:36:44.0809277Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project4/tsconfig.json
2022-11-17T14:36:45.3689848Z INFO: Creating TypeScript program (done) | time=1288ms
2022-11-17T14:36:45.3690305Z INFO: Starting analysis with current program
2022-11-17T14:36:45.3714281Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:45.3727212Z INFO: Creating TypeScript program
2022-11-17T14:36:45.3728658Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project6/tsconfig.json
2022-11-17T14:36:45.3824619Z INFO: Creating TypeScript program (done) | time=9ms
2022-11-17T14:36:45.3825235Z INFO: Starting analysis with current program
2022-11-17T14:36:45.3825732Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:45.3838697Z INFO: Creating TypeScript program
2022-11-17T14:36:45.3840156Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project7/tsconfig.json
2022-11-17T14:36:45.3958363Z INFO: Creating TypeScript program (done) | time=12ms
2022-11-17T14:36:45.3958927Z INFO: Starting analysis with current program
2022-11-17T14:36:45.3959423Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:45.3971542Z INFO: Creating TypeScript program
2022-11-17T14:36:45.3972772Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project8/tsconfig.json
2022-11-17T14:36:45.4090773Z INFO: Creating TypeScript program (done) | time=12ms
2022-11-17T14:36:45.4091431Z INFO: Starting analysis with current program
2022-11-17T14:36:45.4092051Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:45.4102217Z INFO: Creating TypeScript program
2022-11-17T14:36:45.4103281Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/libs/graphql-schema/tsconfig.json
2022-11-17T14:36:45.4281843Z INFO: Creating TypeScript program (done) | time=18ms
2022-11-17T14:36:45.4283037Z INFO: Starting analysis with current program
2022-11-17T14:36:45.4283580Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:45.4293425Z INFO: Creating TypeScript program
2022-11-17T14:36:45.4294178Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/libs/utils/tsconfig.json
2022-11-17T14:36:45.4445600Z INFO: Creating TypeScript program (done) | time=15ms
2022-11-17T14:36:45.4446425Z INFO: Starting analysis with current program
2022-11-17T14:36:45.4447037Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:45.4457729Z INFO: Creating TypeScript program
2022-11-17T14:36:45.4459123Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/libs/react-common/tsconfig.json
2022-11-17T14:36:45.4727024Z INFO: Creating TypeScript program (done) | time=27ms
2022-11-17T14:36:45.4727778Z INFO: Starting analysis with current program
2022-11-17T14:36:45.4728357Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:45.4739039Z INFO: Creating TypeScript program
2022-11-17T14:36:45.4740207Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project5/client-e2e/tsconfig.json
2022-11-17T14:36:46.1718554Z INFO: Creating TypeScript program (done) | time=698ms
2022-11-17T14:36:46.1718988Z INFO: Starting analysis with current program
2022-11-17T14:36:46.4636853Z INFO: Analyzed 1 file(s) with current program
2022-11-17T14:36:46.4648411Z INFO: Creating TypeScript program
2022-11-17T14:36:46.4649622Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project5/client/tsconfig.json
2022-11-17T14:36:46.4853086Z INFO: Creating TypeScript program (done) | time=20ms
2022-11-17T14:36:46.4853606Z INFO: Starting analysis with current program
2022-11-17T14:36:46.4853922Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:46.4863340Z INFO: Creating TypeScript program
2022-11-17T14:36:46.4864725Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project3/client-e2e/tsconfig.json
2022-11-17T14:36:47.1694952Z INFO: Creating TypeScript program (done) | time=683ms
2022-11-17T14:36:47.1695625Z INFO: Starting analysis with current program
2022-11-17T14:36:47.4603140Z INFO: Analyzed 1 file(s) with current program
2022-11-17T14:36:47.4613511Z INFO: Creating TypeScript program
2022-11-17T14:36:47.4614884Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project3/client/tsconfig.json
2022-11-17T14:36:48.5848222Z INFO: 2167/2170 files analyzed, current file: /home/azureuser/myagent/_work/3/s/apps/project3/client-e2e/src/integration/app.spec.ts
2022-11-17T14:36:50.8708194Z INFO: Creating TypeScript program (done) | time=3409ms
2022-11-17T14:36:50.8708946Z INFO: Starting analysis with current program
2022-11-17T14:36:50.8823394Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:50.8835051Z INFO: Creating TypeScript program
2022-11-17T14:36:50.8836637Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project3/server/tsconfig.json
2022-11-17T14:36:50.8923036Z INFO: Creating TypeScript program (done) | time=8ms
2022-11-17T14:36:50.8923686Z INFO: Starting analysis with current program
2022-11-17T14:36:50.8924035Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:50.8934993Z INFO: Creating TypeScript program
2022-11-17T14:36:50.8935993Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project1/client-e2e/tsconfig.json
2022-11-17T14:36:51.5763945Z INFO: Creating TypeScript program (done) | time=682ms
2022-11-17T14:36:51.5764848Z INFO: Starting analysis with current program
2022-11-17T14:36:51.8483055Z INFO: Analyzed 1 file(s) with current program
2022-11-17T14:36:51.8496035Z INFO: Creating TypeScript program
2022-11-17T14:36:51.8498254Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project1/client/tsconfig.json
2022-11-17T14:36:51.8959465Z INFO: Creating TypeScript program (done) | time=46ms
2022-11-17T14:36:51.8960204Z INFO: Starting analysis with current program
2022-11-17T14:36:51.8960841Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:51.9065168Z INFO: Creating TypeScript program
2022-11-17T14:36:51.9066455Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project1/server/tsconfig.json
2022-11-17T14:36:51.9249214Z INFO: Creating TypeScript program (done) | time=18ms
2022-11-17T14:36:51.9249790Z INFO: Starting analysis with current program
2022-11-17T14:36:51.9250417Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:51.9260906Z INFO: Creating TypeScript program
2022-11-17T14:36:51.9262281Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/libs/react-common/example/tsconfig.json
2022-11-17T14:36:54.2466774Z INFO: Creating TypeScript program (done) | time=2321ms
2022-11-17T14:36:54.2467561Z INFO: Starting analysis with current program
2022-11-17T14:36:55.0602287Z INFO: Analyzed 1 file(s) with current program
2022-11-17T14:36:55.0613659Z INFO: Creating TypeScript program
2022-11-17T14:36:55.0615095Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/libs/react-common/.storybook/tsconfig.json
2022-11-17T14:36:55.0639508Z INFO: Creating TypeScript program (done) | time=2ms
2022-11-17T14:36:55.0640367Z INFO: Starting analysis with current program
2022-11-17T14:36:55.0640835Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:55.0651352Z INFO: Creating TypeScript program
2022-11-17T14:36:55.0653014Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project2/tsconfig.app.json
2022-11-17T14:36:57.0918385Z INFO: Creating TypeScript program (done) | time=2027ms
2022-11-17T14:36:57.0918888Z INFO: Starting analysis with current program
2022-11-17T14:36:57.0973288Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:57.0985227Z INFO: Creating TypeScript program
2022-11-17T14:36:57.0987263Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project2/tsconfig.spec.json
2022-11-17T14:36:58.5850542Z INFO: 2169/2170 files analyzed, current file: /home/azureuser/myagent/_work/3/s/libs/react-common/example/src/App.test.tsx
2022-11-17T14:36:59.0747206Z INFO: Creating TypeScript program (done) | time=1976ms
2022-11-17T14:36:59.0747705Z INFO: Starting analysis with current program
2022-11-17T14:36:59.0794836Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:59.0807226Z INFO: Creating TypeScript program
2022-11-17T14:36:59.0808629Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project4/tsconfig.app.json
2022-11-17T14:36:59.5781050Z INFO: Creating TypeScript program (done) | time=497ms
2022-11-17T14:36:59.5781984Z INFO: Starting analysis with current program
2022-11-17T14:36:59.5792654Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:59.5804070Z INFO: Creating TypeScript program
2022-11-17T14:36:59.5805296Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project4/tsconfig.spec.json
2022-11-17T14:36:59.8701362Z INFO: Creating TypeScript program (done) | time=289ms
2022-11-17T14:36:59.8701844Z INFO: Starting analysis with current program
2022-11-17T14:36:59.8705155Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:36:59.8717013Z INFO: Creating TypeScript program
2022-11-17T14:36:59.8718582Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project6/tsconfig.app.json
2022-11-17T14:37:00.2728638Z INFO: Creating TypeScript program (done) | time=401ms
2022-11-17T14:37:00.2732119Z INFO: Starting analysis with current program
2022-11-17T14:37:00.2732616Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:00.2744588Z INFO: Creating TypeScript program
2022-11-17T14:37:00.2746147Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project6/tsconfig.spec.json
2022-11-17T14:37:00.2772501Z INFO: Creating TypeScript program (done) | time=2ms
2022-11-17T14:37:00.2773081Z INFO: Starting analysis with current program
2022-11-17T14:37:00.2773632Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:00.2781850Z INFO: Creating TypeScript program
2022-11-17T14:37:00.2783309Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project7/tsconfig.app.json
2022-11-17T14:37:01.6144108Z INFO: Creating TypeScript program (done) | time=1335ms
2022-11-17T14:37:01.6144546Z INFO: Starting analysis with current program
2022-11-17T14:37:01.6171024Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:01.6412287Z INFO: Creating TypeScript program
2022-11-17T14:37:01.6414749Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project7/tsconfig.spec.json
2022-11-17T14:37:03.2091621Z INFO: Creating TypeScript program (done) | time=1568ms
2022-11-17T14:37:03.2092518Z INFO: Starting analysis with current program
2022-11-17T14:37:03.2127158Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:03.2146370Z INFO: Creating TypeScript program
2022-11-17T14:37:03.2147547Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project8/tsconfig.app.json
2022-11-17T14:37:03.8657303Z INFO: Creating TypeScript program (done) | time=651ms
2022-11-17T14:37:03.8658020Z INFO: Starting analysis with current program
2022-11-17T14:37:03.8685225Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:03.8710523Z INFO: Creating TypeScript program
2022-11-17T14:37:03.8712114Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project8/tsconfig.spec.json
2022-11-17T14:37:03.8774163Z INFO: Creating TypeScript program (done) | time=7ms
2022-11-17T14:37:03.8774868Z INFO: Starting analysis with current program
2022-11-17T14:37:03.8775491Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:03.8792643Z INFO: Creating TypeScript program
2022-11-17T14:37:03.8793857Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/libs/graphql-schema/tsconfig.lib.json
2022-11-17T14:37:04.4715725Z INFO: Creating TypeScript program (done) | time=593ms
2022-11-17T14:37:04.4716577Z INFO: Starting analysis with current program
2022-11-17T14:37:04.4730827Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:04.4767543Z INFO: Creating TypeScript program
2022-11-17T14:37:04.4769064Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/libs/graphql-schema/tsconfig.spec.json
2022-11-17T14:37:05.0813646Z INFO: Creating TypeScript program (done) | time=604ms
2022-11-17T14:37:05.0814499Z INFO: Starting analysis with current program
2022-11-17T14:37:05.0835490Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:05.0865035Z INFO: Creating TypeScript program
2022-11-17T14:37:05.0866078Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/libs/utils/tsconfig.lib.json
2022-11-17T14:37:05.4428763Z INFO: Creating TypeScript program (done) | time=356ms
2022-11-17T14:37:05.4429541Z INFO: Starting analysis with current program
2022-11-17T14:37:05.4433968Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:05.4446943Z INFO: Creating TypeScript program
2022-11-17T14:37:05.4447684Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/libs/utils/tsconfig.spec.json
2022-11-17T14:37:05.4546262Z INFO: Creating TypeScript program (done) | time=10ms
2022-11-17T14:37:05.4546951Z INFO: Starting analysis with current program
2022-11-17T14:37:05.4547475Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:05.4558970Z INFO: Creating TypeScript program
2022-11-17T14:37:05.4560572Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/libs/react-common/tsconfig.lib.json
2022-11-17T14:37:07.2122468Z INFO: Creating TypeScript program (done) | time=1756ms
2022-11-17T14:37:07.2122898Z INFO: Starting analysis with current program
2022-11-17T14:37:07.2155535Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:07.2168111Z INFO: Creating TypeScript program
2022-11-17T14:37:07.2169241Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/libs/react-common/tsconfig.spec.json
2022-11-17T14:37:08.5855242Z INFO: 2169/2170 files analyzed, current file: /home/azureuser/myagent/_work/3/s/libs/react-common/example/src/App.test.tsx
2022-11-17T14:37:08.9895990Z INFO: Creating TypeScript program (done) | time=1773ms
2022-11-17T14:37:08.9897526Z INFO: Starting analysis with current program
2022-11-17T14:37:09.5893710Z INFO: Analyzed 1 file(s) with current program
2022-11-17T14:37:09.5944840Z INFO: Creating TypeScript program
2022-11-17T14:37:09.5946168Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project5/client/tsconfig.app.json
2022-11-17T14:37:11.5748527Z INFO: Creating TypeScript program (done) | time=1980ms
2022-11-17T14:37:11.5749004Z INFO: Starting analysis with current program
2022-11-17T14:37:11.5788427Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:11.5801884Z INFO: Creating TypeScript program
2022-11-17T14:37:11.5802943Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project5/client/tsconfig.spec.json
2022-11-17T14:37:12.4245803Z INFO: Creating TypeScript program (done) | time=845ms
2022-11-17T14:37:12.4246305Z INFO: Starting analysis with current program
2022-11-17T14:37:12.4263541Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:12.4315675Z INFO: Creating TypeScript program
2022-11-17T14:37:12.4317010Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project3/client/tsconfig.app.json
2022-11-17T14:37:16.5272631Z INFO: Creating TypeScript program (done) | time=4095ms
2022-11-17T14:37:16.5273506Z INFO: Starting analysis with current program
2022-11-17T14:37:16.5363330Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:16.5379940Z INFO: Creating TypeScript program
2022-11-17T14:37:16.5381470Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project3/client/tsconfig.spec.json
2022-11-17T14:37:18.5856420Z INFO: 2170/2170 files analyzed, current file: /home/azureuser/myagent/_work/3/s/libs/react-common/src/index.test.tsx
2022-11-17T14:37:20.8415813Z INFO: Creating TypeScript program (done) | time=4304ms
2022-11-17T14:37:20.8416671Z INFO: Starting analysis with current program
2022-11-17T14:37:20.8504766Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:20.8518124Z INFO: Creating TypeScript program
2022-11-17T14:37:20.8519823Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project3/server/tsconfig.app.json
2022-11-17T14:37:21.3765969Z INFO: Creating TypeScript program (done) | time=525ms
2022-11-17T14:37:21.3767180Z INFO: Starting analysis with current program
2022-11-17T14:37:21.3772132Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:21.3784391Z INFO: Creating TypeScript program
2022-11-17T14:37:21.3786316Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project3/server/tsconfig.spec.json
2022-11-17T14:37:21.3837711Z INFO: Creating TypeScript program (done) | time=5ms
2022-11-17T14:37:21.3838362Z INFO: Starting analysis with current program
2022-11-17T14:37:21.3838812Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:21.3848763Z INFO: Creating TypeScript program
2022-11-17T14:37:21.3850089Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project1/client/tsconfig.app.json
2022-11-17T14:37:24.5685871Z INFO: Creating TypeScript program (done) | time=3184ms
2022-11-17T14:37:24.5686698Z INFO: Starting analysis with current program
2022-11-17T14:37:24.5752034Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:24.5763564Z INFO: Creating TypeScript program
2022-11-17T14:37:24.5765159Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project1/client/tsconfig.spec.json
2022-11-17T14:37:25.0720288Z INFO: Creating TypeScript program (done) | time=495ms
2022-11-17T14:37:25.0721066Z INFO: Starting analysis with current program
2022-11-17T14:37:25.0726097Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:25.0775946Z INFO: Creating TypeScript program
2022-11-17T14:37:25.0777310Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project1/server/tsconfig.app.json
2022-11-17T14:37:28.5858326Z INFO: 2170/2170 files analyzed, current file: /home/azureuser/myagent/_work/3/s/libs/react-common/src/index.test.tsx
2022-11-17T14:37:30.6992329Z INFO: Creating TypeScript program (done) | time=5621ms
2022-11-17T14:37:30.6992899Z INFO: Starting analysis with current program
2022-11-17T14:37:30.7047497Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:30.7058833Z INFO: Creating TypeScript program
2022-11-17T14:37:30.7060363Z INFO: TypeScript configuration file /home/azureuser/myagent/_work/3/s/apps/project1/server/tsconfig.spec.json
2022-11-17T14:37:36.6283209Z INFO: Creating TypeScript program (done) | time=5922ms
2022-11-17T14:37:36.6283760Z INFO: Starting analysis with current program
2022-11-17T14:37:36.6334013Z INFO: Analyzed 0 file(s) with current program
2022-11-17T14:37:36.6360759Z INFO: 2170/2170 source files have been analyzed
2022-11-17T14:37:36.6361185Z INFO: Hit the cache for 0 out of 2170
2022-11-17T14:37:36.6363525Z INFO: Miss the cache for 2170 out of 2170: FILE_NOT_IN_CACHE [2170/2170]
2022-11-17T14:37:36.6363912Z INFO: Sensor TypeScript analysis [javascript] (done) | time=128303ms
2022-11-17T14:37:36.6367017Z INFO: Sensor JavaScript inside YAML analysis [javascript]
2022-11-17T14:37:36.6404151Z INFO: No input files found for analysis
2022-11-17T14:37:36.6404774Z INFO: Hit the cache for 0 out of 0
2022-11-17T14:37:36.6405268Z INFO: Miss the cache for 0 out of 0
2022-11-17T14:37:36.6405873Z INFO: Sensor JavaScript inside YAML analysis [javascript] (done) | time=4ms
2022-11-17T14:37:36.6408719Z INFO: Sensor CSS Metrics [javascript]
2022-11-17T14:37:36.6409318Z INFO: Sensor CSS Metrics is restricted to changed files only
2022-11-17T14:37:36.6419079Z INFO: Sensor CSS Metrics [javascript] (done) | time=1ms
2022-11-17T14:37:36.6421091Z INFO: Sensor CSS Rules [javascript]
2022-11-17T14:37:36.6421651Z INFO: Sensor CSS Rules is restricted to changed files only
2022-11-17T14:37:36.6447346Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2022-11-17T14:37:36.6448167Z INFO: Sensor CSS Rules [javascript] (done) | time=3ms
2022-11-17T14:37:36.6449898Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2022-11-17T14:37:36.6519846Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=7ms
2022-11-17T14:37:36.6521854Z INFO: Sensor Serverless configuration file sensor [security]
2022-11-17T14:37:36.6537300Z INFO: 0 Serverless function entries were found in the project
2022-11-17T14:37:36.6563800Z INFO: 0 Serverless function handlers were kept as entrypoints
2022-11-17T14:37:36.6566573Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=5ms
2022-11-17T14:37:36.6568437Z INFO: Sensor AWS SAM template file sensor [security]
2022-11-17T14:37:36.6598418Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=3ms
2022-11-17T14:37:36.6600311Z INFO: Sensor AWS SAM Inline template file sensor [security]
2022-11-17T14:37:36.6623576Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=3ms
2022-11-17T14:37:36.6625176Z INFO: Sensor javabugs [dbd]
2022-11-17T14:37:36.6632781Z INFO: Reading IR files from: /home/azureuser/myagent/_work/3/s/.scannerwork/ir/java
2022-11-17T14:37:36.6633429Z INFO: No IR files have been included for analysis.
2022-11-17T14:37:36.6633852Z INFO: Sensor javabugs [dbd] (done) | time=1ms
2022-11-17T14:37:36.6635975Z INFO: Sensor pythonbugs [dbd]
2022-11-17T14:37:36.6652422Z INFO: Reading IR files from: /home/azureuser/myagent/_work/3/s/.scannerwork/ir/python
2022-11-17T14:37:36.6653066Z INFO: No IR files have been included for analysis.
2022-11-17T14:37:36.6653383Z INFO: Sensor pythonbugs [dbd] (done) | time=2ms
2022-11-17T14:37:36.6656187Z INFO: Sensor JavaSecuritySensor [security]
2022-11-17T14:37:36.6666116Z INFO: Reading type hierarchy from: /home/azureuser/myagent/_work/3/s/.scannerwork/ucfg2/java
2022-11-17T14:37:36.6666896Z INFO: Read 0 type definitions
2022-11-17T14:37:36.6688566Z INFO: Reading UCFGs from: /home/azureuser/myagent/_work/3/s/.scannerwork/ucfg2/java
2022-11-17T14:37:36.6694186Z INFO: No UCFGs have been included for analysis.
2022-11-17T14:37:36.6694880Z INFO: Sensor JavaSecuritySensor [security] (done) | time=4ms
2022-11-17T14:37:36.6697373Z INFO: Sensor CSharpSecuritySensor [security]
2022-11-17T14:37:36.6698494Z INFO: Reading type hierarchy from: /home/azureuser/myagent/_work/3/s/ucfg_cs2
2022-11-17T14:37:36.6699168Z INFO: Read 0 type definitions
2022-11-17T14:37:36.6699817Z INFO: Reading UCFGs from: /home/azureuser/myagent/_work/3/s/ucfg_cs2
2022-11-17T14:37:36.6700512Z INFO: No UCFGs have been included for analysis.
2022-11-17T14:37:36.6704364Z INFO: Sensor CSharpSecuritySensor [security] (done) | time=0ms
2022-11-17T14:37:36.6706560Z INFO: Sensor PhpSecuritySensor [security]
2022-11-17T14:37:36.6708012Z INFO: Reading type hierarchy from: /home/azureuser/myagent/_work/3/s/.scannerwork/ucfg2/php
2022-11-17T14:37:36.6708714Z INFO: Read 0 type definitions
2022-11-17T14:37:36.6709380Z INFO: Reading UCFGs from: /home/azureuser/myagent/_work/3/s/.scannerwork/ucfg2/php
2022-11-17T14:37:36.6710163Z INFO: No UCFGs have been included for analysis.
2022-11-17T14:37:36.6710846Z INFO: Sensor PhpSecuritySensor [security] (done) | time=0ms
2022-11-17T14:37:36.6712434Z INFO: Sensor PythonSecuritySensor [security]
2022-11-17T14:37:36.6713341Z INFO: Reading type hierarchy from: /home/azureuser/myagent/_work/3/s/.scannerwork/ucfg2/python
2022-11-17T14:37:36.6714066Z INFO: Read 0 type definitions
2022-11-17T14:37:36.6714868Z INFO: Reading UCFGs from: /home/azureuser/myagent/_work/3/s/.scannerwork/ucfg2/python
2022-11-17T14:37:36.6715708Z INFO: No UCFGs have been included for analysis.
2022-11-17T14:37:36.6716400Z INFO: Sensor PythonSecuritySensor [security] (done) | time=0ms
2022-11-17T14:37:36.6718754Z INFO: Sensor JsSecuritySensor [security]
2022-11-17T14:37:36.6721034Z INFO: Reading type hierarchy from: /home/azureuser/myagent/_work/3/s/.scannerwork/ucfg2/js
2022-11-17T14:37:36.7812134Z INFO: Read 0 type definitions
2022-11-17T14:37:36.7812866Z INFO: Reading UCFGs from: /home/azureuser/myagent/_work/3/s/.scannerwork/ucfg2/js
2022-11-17T14:37:40.9077649Z INFO: 14:37:40.906642 Building Runtime Type propagation graph
2022-11-17T14:37:41.3867462Z INFO: 14:37:41.384102 Running Tarjan on 116499 nodes
2022-11-17T14:37:41.4825564Z INFO: 14:37:41.481794 Tarjan found 116497 components
2022-11-17T14:37:41.6303308Z INFO: 14:37:41.62953 Variable type analysis: done
2022-11-17T14:37:41.6324429Z INFO: 14:37:41.632018 Building Runtime Type propagation graph
2022-11-17T14:37:42.2250359Z INFO: 14:37:42.224385 Running Tarjan on 116499 nodes
2022-11-17T14:37:42.2998575Z INFO: 14:37:42.299201 Tarjan found 116497 components
2022-11-17T14:37:42.5246651Z INFO: 14:37:42.523932 Variable type analysis: done
2022-11-17T14:37:42.5323117Z INFO: Analyzing 14753 ucfgs to detect vulnerabilities.
2022-11-17T14:37:48.3825800Z INFO: Taint analysis starting. Entrypoints: 2202
2022-11-17T14:37:48.3862464Z INFO: Running symbolic analysis for 'JS'
2022-11-17T14:38:07.9770031Z INFO: Taint analysis: done.
2022-11-17T14:38:07.9770859Z INFO: Sensor JsSecuritySensor [security] (done) | time=31305ms
2022-11-17T14:38:07.9808135Z INFO: ------------- Run sensors on project
2022-11-17T14:38:08.0152130Z INFO: Sensor C# [csharp]
2022-11-17T14:38:08.0153610Z WARN: Your project contains C# files which cannot be analyzed with the scanner you are using. To analyze C# or VB.NET, you must use the SonarScanner for .NET 5.x or higher, see https://redirect.sonarsource.com/doc/install-configure-scanner-msbuild.html
2022-11-17T14:38:08.0154853Z INFO: Sensor C# [csharp] (done) | time=1ms
2022-11-17T14:38:08.0159764Z INFO: Sensor Analysis Warnings import [csharp]
2022-11-17T14:38:08.0164437Z INFO: Sensor Analysis Warnings import [csharp] (done) | time=1ms
2022-11-17T14:38:08.0166454Z INFO: Sensor Zero Coverage Sensor
2022-11-17T14:38:08.2236271Z INFO: Sensor Zero Coverage Sensor (done) | time=207ms
2022-11-17T14:38:08.4610413Z INFO: CPD Executor 727 files had no CPD blocks
2022-11-17T14:38:08.4611146Z INFO: CPD Executor Calculating CPD for 1474 files
2022-11-17T14:38:08.9278845Z WARN: Too many duplication groups on file apps/project1/server/src/data/country-nodes.ts. Keep only the first 100 groups.
2022-11-17T14:38:09.0094281Z WARN: Too many duplication groups on file libs/react-common/src/BasicTable/MockComponents/BasicTableData.ts. Keep only the first 100 groups.
2022-11-17T14:38:09.0473176Z INFO: CPD Executor CPD calculation finished (done) | time=586ms
2022-11-17T14:38:09.3714267Z INFO: SCM writing changed lines
2022-11-17T14:38:09.6758100Z INFO: SCM writing changed lines (done) | time=304ms
2022-11-17T14:38:09.9718464Z INFO: Analysis report generated in 854ms, dir size=2 MB
2022-11-17T14:38:17.3279441Z INFO: Analysis report compressed in 7356ms, zip size=1 MB
2022-11-17T14:38:17.7084926Z INFO: Analysis report uploaded in 380ms
2022-11-17T14:38:17.7097921Z INFO: ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=CompanyName_companyname-platform&pullRequest=6178
2022-11-17T14:38:17.7099084Z INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
2022-11-17T14:38:17.7100040Z INFO: More about the report processing at https://sonarcloud.io/api/ce/task?id=AYSGBrXUtwR0KNnfIcnf
2022-11-17T14:38:23.8353917Z INFO: Analysis total time: 3:23.729 s
2022-11-17T14:38:23.8379012Z INFO: ------------------------------------------------------------------------
2022-11-17T14:38:23.8379860Z INFO: EXECUTION SUCCESS
2022-11-17T14:38:23.8380791Z INFO: ------------------------------------------------------------------------
2022-11-17T14:38:23.8381325Z INFO: Total time: 3:25.616s
2022-11-17T14:38:24.0876241Z INFO: Final Memory: 312M/1074M
2022-11-17T14:38:24.0877724Z INFO: ------------------------------------------------------------------------
2022-11-17T14:38:24.4344353Z ##[section]Finishing: SonarCloudAnalyze
Iām mainly concerned about the line:
2022-11-17T14:35:28.5825465Z INFO: 2170 source files to be analyzed
and the subsequent logs that list the analyze progress.
Looking forward to increase our analysis speed and lern something new on the way!
Thanks