Cannot Get Scan Exclusions to Work in DevOps

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    v 9.8.0.63668

  • what are you trying to achieve
    I’m simply trying to exclude all .js and .css files in the “Content” and “Scripts” subfolders of my .NET solution. The solution contains multiple c# projects.

  • what have you tried so far to achieve this
    I have tried various syntactical combinations in the configuration for the project in:
    Project > Project Settings > Analysis Scope > Source File Exclusions

Pls see the DevOps SonarQube “Run Code Analysis” Task output log below:

2023-01-26T16:07:02.2474770Z ##[section]Starting: Run Code Analysis
2023-01-26T16:07:02.2799119Z ==============================================================================
2023-01-26T16:07:02.2799349Z Task         : Run Code Analysis
2023-01-26T16:07:02.2799549Z Description  : Run scanner and upload the results to the SonarQube server.
2023-01-26T16:07:02.2799723Z Version      : 5.10.0
2023-01-26T16:07:02.2799878Z Author       : sonarsource
2023-01-26T16:07:02.2800323Z Help         : Version: 5.10.0. This task is not needed for Maven and Gradle projects since the scanner should be run as part of the build.

[More Information](http://redirect.sonarsource.com/doc/install-configure-scanner-tfs-ts.html)
2023-01-26T16:07:02.2800911Z ==============================================================================
2023-01-26T16:07:03.0133034Z [command]C:\agent\_work\_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\5.10.0\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe end
2023-01-26T16:07:03.0134156Z SonarScanner for MSBuild 5.10
2023-01-26T16:07:03.0136238Z Using the .NET Framework version of the Scanner for MSBuild
2023-01-26T16:07:03.0136827Z Post-processing started.
2023-01-26T16:07:03.0144270Z Calling the TFS Processor executable...
2023-01-26T16:07:03.2110913Z Attempting to locate the CodeCoverage.exe tool...
2023-01-26T16:07:03.2208837Z Attempting to locate the CodeCoverage.exe tool using setup configuration...
2023-01-26T16:07:03.2220630Z Attempting to locate the CodeCoverage.exe tool using registry...
2023-01-26T16:07:03.2254601Z WARNING: Failed to find the code coverage command line tool. Possible cause: Visual Studio is not installed, or the installed version does not support code coverage.
2023-01-26T16:07:03.2282380Z The TFS Processor has finished
2023-01-26T16:07:03.2291443Z Calling the SonarScanner CLI...
2023-01-26T16:07:04.9771983Z INFO: Scanner configuration file: C:\agent\_work\_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\5.10.0\classic-sonar-scanner-msbuild\sonar-scanner-4.8.0.2856\bin\..\conf\sonar-scanner.properties
2023-01-26T16:07:04.9780091Z INFO: Project root configuration file: C:\agent\_work\2\.sonarqube\out\sonar-project.properties
2023-01-26T16:07:04.9784496Z INFO: SonarScanner 4.8.0.2856
2023-01-26T16:07:04.9785955Z INFO: Java 17.0.5 Oracle Corporation (64-bit)
2023-01-26T16:07:04.9786313Z INFO: Windows Server 2019 10.0 amd64
2023-01-26T16:07:04.9786653Z INFO: User cache: C:\Users\sa-azuredevopsagent\.sonar\cache
2023-01-26T16:07:04.9786964Z INFO: Analyzing on SonarQube server 9.8.0.63668
2023-01-26T16:07:04.9787319Z INFO: Default locale: "en_GB", source code encoding: "windows-1252" (analysis is platform dependent)
2023-01-26T16:07:04.9787716Z INFO: Load global settings
2023-01-26T16:07:05.0556165Z INFO: Load global settings (done) | time=91ms
2023-01-26T16:07:05.0566496Z INFO: Server id: 7F9F26D9-AYXFPLAcxDnKmR-QglTH
2023-01-26T16:07:05.9333109Z INFO: User cache: C:\Users\sa-azuredevopsagent\.sonar\cache
2023-01-26T16:07:06.7652925Z INFO: Load/download plugins
2023-01-26T16:07:07.3292753Z INFO: Load plugins index
2023-01-26T16:07:07.6123010Z INFO: Load plugins index (done) | time=56ms
2023-01-26T16:07:07.6126889Z INFO: Load/download plugins (done) | time=620ms
2023-01-26T16:07:07.6139547Z INFO: Loaded core extensions: developer-scanner
2023-01-26T16:07:07.6146805Z INFO: Process project properties
2023-01-26T16:07:07.6163235Z INFO: Process project properties (done) | time=210ms
2023-01-26T16:07:07.6164840Z INFO: Execute project builders
2023-01-26T16:07:07.6165917Z INFO: Execute project builders (done) | time=121ms
2023-01-26T16:07:07.6171592Z INFO: Project key: payrolleforms2023
2023-01-26T16:07:07.6177843Z INFO: Base dir: C:\agent\_work\2\s
2023-01-26T16:07:07.6178457Z INFO: Working dir: C:\agent\_work\2\.sonarqube\out\.sonar
2023-01-26T16:07:07.6179290Z INFO: Load project settings for component key: 'payrolleforms2023'
2023-01-26T16:07:07.7759948Z INFO: Load project settings for component key: 'payrolleforms2023' (done) | time=38ms
2023-01-26T16:07:07.8021474Z INFO: Load project branches
2023-01-26T16:07:08.7404982Z INFO: Load project branches (done) | time=76ms
2023-01-26T16:07:08.7431388Z INFO: Load branch configuration
2023-01-26T16:07:08.7432494Z INFO: Found manual configuration of branch/PR analysis. Skipping automatic configuration.
2023-01-26T16:07:08.7433232Z INFO: Load branch configuration (done) | time=3ms
2023-01-26T16:07:08.7434282Z INFO: Auto-configuring with CI 'Azure DevOps'
2023-01-26T16:07:08.7434634Z INFO: Load quality profiles
2023-01-26T16:07:08.7435027Z INFO: Load quality profiles (done) | time=224ms
2023-01-26T16:07:08.7435390Z INFO: Load active rules
2023-01-26T16:07:11.1612797Z INFO: Load active rules (done) | time=2569ms
2023-01-26T16:07:11.1613882Z INFO: Load analysis cache
2023-01-26T16:07:11.7547389Z INFO: Load analysis cache | time=296ms
2023-01-26T16:07:11.7549757Z INFO: Branch name: feature/AzureMigration
2023-01-26T16:07:11.7569237Z INFO: Load project repositories
2023-01-26T16:07:12.0257504Z INFO: Load project repositories (done) | time=27ms
2023-01-26T16:07:12.0258173Z INFO: Indexing files...
2023-01-26T16:07:12.0259199Z INFO: Project configuration:
2023-01-26T16:07:12.0274168Z INFO:   Excluded sources: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:12.0275101Z INFO:   Excluded tests: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:12.0277483Z INFO:   Excluded sources for coverage: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:12.0278423Z INFO:   Excluded sources for duplication: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:13.2535399Z INFO: Indexing files of module 'SchedulerWebJob'
2023-01-26T16:07:13.6238438Z INFO:   Base dir: C:\agent\_work\2\s\SchedulerWebJob
2023-01-26T16:07:13.6253983Z INFO:   Source paths: FileProducer.cs, Functions.cs, Program.cs, nlog.config, app.c...
2023-01-26T16:07:13.6270626Z INFO:   Excluded sources: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:13.7324355Z INFO:   Excluded tests: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:13.9846135Z INFO:   Excluded sources for coverage: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:14.3228450Z INFO:   Excluded sources for duplication: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:14.6539250Z INFO: Indexing files of module 'PdfGenerator'
2023-01-26T16:07:14.8946402Z INFO:   Base dir: C:\agent\_work\2\s\PdfGenerator
2023-01-26T16:07:15.1366271Z INFO:   Source paths: Generator.cs, HeaderFooterEventHelper.cs, Properties/Assembly...
2023-01-26T16:07:15.3756319Z INFO:   Excluded sources: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:15.5866328Z INFO:   Excluded tests: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:15.8196735Z INFO:   Excluded sources for coverage: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:16.7646864Z INFO:   Excluded sources for duplication: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:17.0871429Z INFO: Indexing files of module 'SchedulerConsole'
2023-01-26T16:07:17.0884590Z INFO:   Base dir: C:\agent\_work\2\s\SchedulerConsole
2023-01-26T16:07:17.6188624Z INFO:   Source paths: FileProducer.cs, Program.cs, Properties/AssemblyInfo.cs, Sche...
2023-01-26T16:07:18.1506976Z INFO:   Excluded sources: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:18.3011159Z INFO:   Excluded tests: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:18.6854232Z INFO:   Excluded sources for coverage: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:18.9331588Z INFO:   Excluded sources for duplication: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:18.9352351Z INFO: Indexing files of module 'SecondLineService'
2023-01-26T16:07:18.9362461Z INFO:   Base dir: C:\agent\_work\2\s\SecondLineService
2023-01-26T16:07:19.6421678Z INFO:   Source paths: App_Start/WebApiConfig.cs, Controllers/CosmosController.cs, C...
2023-01-26T16:07:19.9857908Z INFO:   Excluded sources: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:20.6777841Z INFO:   Excluded tests: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:21.8759877Z INFO:   Excluded sources for coverage: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:22.2072394Z INFO:   Excluded sources for duplication: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:22.2085177Z INFO: Indexing files of module 'UIHintFiles'
2023-01-26T16:07:22.2093051Z INFO:   Base dir: C:\agent\_work\2\s\UIHintFiles
2023-01-26T16:07:22.2417004Z INFO:   Source paths: Extensions.cs, HintGeneration.cs, Locations.cs, Program.cs, U...
2023-01-26T16:07:23.5702967Z INFO:   Excluded sources: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:23.5798567Z INFO:   Excluded tests: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:23.5858947Z INFO:   Excluded sources for coverage: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:23.8311700Z INFO:   Excluded sources for duplication: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:24.0701207Z INFO: Indexing files of module 'Spyglass.Presentation'
2023-01-26T16:07:24.0713059Z INFO:   Base dir: C:\agent\_work\2\s\Spyglass\Spyglass.Presentation
2023-01-26T16:07:24.0716051Z INFO:   Source paths: DisplayItem.cs, PresentationModel.cs, PresentationModule.cs, ...
2023-01-26T16:07:24.6460650Z INFO:   Excluded sources: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:24.7256146Z INFO:   Excluded tests: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:24.7265401Z INFO:   Excluded sources for coverage: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:24.7272433Z INFO:   Excluded sources for duplication: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:24.7273911Z INFO: Indexing files of module 'HubManager'
2023-01-26T16:07:25.1469600Z INFO:   Base dir: C:\agent\_work\2\s\HubManager
2023-01-26T16:07:25.1486602Z INFO:   Source paths: App_Start/BundleConfig.cs, App_Start/FilterConfig.cs, App_Sta...
2023-01-26T16:07:25.1491093Z INFO:   Excluded sources: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:25.2320275Z INFO:   Excluded tests: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:25.4225380Z INFO:   Excluded sources for coverage: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:25.4234619Z INFO:   Excluded sources for duplication: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:25.4242980Z INFO: Some of the project files were automatically excluded because they looked like generated code. Enable debug logging to see which files were excluded. You can disable bundle detection by setting sonar.javascript.detectBundles=false
2023-01-26T16:07:27.3607225Z INFO: Indexing files of module 'Spyglass.MVC5'
2023-01-26T16:07:27.3636471Z INFO:   Base dir: C:\agent\_work\2\s\Spyglass.MVC5
2023-01-26T16:07:27.4065329Z INFO:   Source paths: App_Start/BundleConfig.cs, App_Start/FilterConfig.cs, App_Sta...
2023-01-26T16:07:28.0344405Z INFO:   Excluded sources: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:28.0359905Z INFO:   Excluded tests: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:28.0408941Z INFO:   Excluded sources for coverage: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:28.5308033Z INFO:   Excluded sources for duplication: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:28.5325717Z INFO: Indexing files of module 'Spyglass.Spa'
2023-01-26T16:07:28.5356964Z INFO:   Base dir: C:\agent\_work\2\s\Spyglass\Spyglass.Spa
2023-01-26T16:07:28.5365934Z INFO:   Source paths: App_Start/BundleConfig.cs, App_Start/LogicWebApiConfig.cs, Ap...
2023-01-26T16:07:28.5366604Z INFO:   Excluded sources: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:28.5367103Z INFO:   Excluded tests: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:28.5367575Z INFO:   Excluded sources for coverage: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:28.5368072Z INFO:   Excluded sources for duplication: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:28.5368521Z INFO: Indexing files of module 'ReceiverService'
2023-01-26T16:07:29.6285126Z INFO:   Base dir: C:\agent\_work\2\s\ReceiverService
2023-01-26T16:07:29.6369914Z INFO:   Source paths: App_Start/WebApiConfig.cs, Controllers/EFormController.cs, Gl...
2023-01-26T16:07:29.9006517Z INFO:   Excluded sources: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:29.9038622Z INFO:   Excluded tests: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:29.9039948Z INFO:   Excluded sources for coverage: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:29.9041310Z INFO:   Excluded sources for duplication: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:29.9041746Z INFO: Indexing files of module 'Core'
2023-01-26T16:07:29.9042092Z INFO:   Base dir: C:\agent\_work\2\s\Core
2023-01-26T16:07:29.9042493Z INFO:   Source paths: Extensions/EnumerableExtensions.cs, Extensions/FormExtensions...
2023-01-26T16:07:29.9042960Z INFO:   Excluded sources: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:29.9043402Z INFO:   Excluded tests: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:29.9043848Z INFO:   Excluded sources for coverage: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:29.9044320Z INFO:   Excluded sources for duplication: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:29.9044728Z INFO: Indexing files of module 'Payroll Eforms'
2023-01-26T16:07:29.9045069Z INFO:   Base dir: C:\agent\_work\2\s
2023-01-26T16:07:29.9045459Z INFO:   Excluded sources: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:29.9045890Z INFO:   Excluded tests: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:29.9046358Z INFO:   Excluded sources for coverage: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:29.9046820Z INFO:   Excluded sources for duplication: **/Content/*.css, **/Scripts/*.js, ReceiverService/NLog.xsd
2023-01-26T16:07:29.9047196Z INFO: 592 files indexed
2023-01-26T16:07:29.9047527Z INFO: 0 files ignored because of inclusion/exclusion patterns
2023-01-26T16:07:29.9047891Z INFO: 5 files ignored because of scm ignore settings
2023-01-26T16:07:29.9048238Z INFO: Quality profile for cs: Sonar way
2023-01-26T16:07:29.9048559Z INFO: Quality profile for css: Sonar way
2023-01-26T16:07:29.9048891Z INFO: Quality profile for js: Sonar way
2023-01-26T16:07:33.4413060Z INFO: Quality profile for json: Sonar way
2023-01-26T16:07:33.4413369Z INFO: Quality profile for web: Sonar way
2023-01-26T16:07:33.4413578Z INFO: Quality profile for xml: Sonar way
2023-01-26T16:07:33.4413810Z INFO: ------------- Run sensors on module UIHintFiles
2023-01-26T16:07:33.4414028Z INFO: Load metrics repository
2023-01-26T16:07:33.4414315Z INFO: Load metrics repository (done) | time=55ms
2023-01-26T16:07:33.4414847Z INFO: Sensor C# Project Type Information [csharp]
2023-01-26T16:07:33.4415091Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2023-01-26T16:07:33.4415332Z INFO: Sensor C# Analysis Log [csharp]
2023-01-26T16:07:33.4415540Z INFO: Roslyn version: 4.4.0.0
2023-01-26T16:07:33.4415730Z INFO: Language version: CSharp7_3
2023-01-26T16:07:33.4416061Z INFO: Concurrent execution: enabled
2023-01-26T16:07:33.4416286Z INFO: Sensor C# Analysis Log [csharp] (done) | time=8ms
2023-01-26T16:07:33.4416497Z INFO: Sensor C# Properties [csharp]
2023-01-26T16:07:33.4416713Z INFO: Sensor C# Properties [csharp] (done) | time=2ms
2023-01-26T16:07:33.4416909Z INFO: Sensor HTML [web]
2023-01-26T16:07:33.4417125Z INFO: Sensor HTML [web] (done) | time=3ms
2023-01-26T16:07:33.4417378Z INFO: Sensor Text Sensor [text]
2023-01-26T16:07:33.4417582Z INFO: 4 source files to be analyzed
2023-01-26T16:07:33.4417831Z INFO: 4/4 source files have been analyzed
2023-01-26T16:07:33.4418105Z INFO: Sensor Text Sensor [text] (done) | time=16ms
2023-01-26T16:07:33.4418339Z INFO: Sensor VB.NET Project Type Information [vbnet]
2023-01-26T16:07:33.4418643Z INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
2023-01-26T16:07:33.4418886Z INFO: Sensor VB.NET Analysis Log [vbnet]
2023-01-26T16:07:33.4419193Z INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=10ms
2023-01-26T16:07:33.4419479Z INFO: Sensor VB.NET Properties [vbnet]
2023-01-26T16:07:33.4419702Z INFO: Sensor VB.NET Properties [vbnet] (done) | time=1ms
2023-01-26T16:07:33.4420106Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2023-01-26T16:07:33.4420513Z 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
2023-01-26T16:07:33.4421011Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2023-01-26T16:07:33.4421326Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms
2023-01-26T16:07:33.4421561Z INFO: Sensor CSS Rules [javascript]
2023-01-26T16:07:33.4421818Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2023-01-26T16:07:33.4422101Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2023-01-26T16:07:33.4422393Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2023-01-26T16:07:33.4422694Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=11ms
2023-01-26T16:07:33.4422980Z INFO: Sensor Serverless configuration file sensor [security]
2023-01-26T16:07:33.4423233Z INFO: 0 Serverless function entries were found in the project
2023-01-26T16:07:33.4423498Z INFO: 0 Serverless function handlers were kept as entrypoints
2023-01-26T16:07:33.4423779Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=4ms
2023-01-26T16:07:33.4424064Z INFO: Sensor AWS SAM template file sensor [security]
2023-01-26T16:07:33.4424347Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=3ms
2023-01-26T16:07:33.4424640Z INFO: Sensor AWS SAM Inline template file sensor [security]
2023-01-26T16:07:33.4425023Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
2023-01-26T16:07:33.4425441Z INFO: ------------- Run sensors on module PdfGenerator
2023-01-26T16:07:33.4425802Z INFO: Sensor C# Project Type Information [csharp]
2023-01-26T16:07:33.4426184Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2023-01-26T16:07:33.4426535Z INFO: Sensor C# Analysis Log [csharp]
2023-01-26T16:07:33.4426822Z INFO: Roslyn version: 4.4.0.0
2023-01-26T16:07:33.4427133Z INFO: Language version: CSharp7_3
2023-01-26T16:07:33.4427451Z INFO: Concurrent execution: enabled
2023-01-26T16:07:33.4427746Z INFO: Roslyn version: 4.4.0.0
2023-01-26T16:07:33.4428062Z INFO: Language version: CSharp7_3
2023-01-26T16:07:33.4428370Z INFO: Concurrent execution: enabled
2023-01-26T16:07:33.4428938Z INFO: Sensor C# Analysis Log [csharp] (done) | time=2ms
2023-01-26T16:07:33.4429186Z INFO: Sensor C# Properties [csharp]
2023-01-26T16:07:33.4429398Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2023-01-26T16:07:33.4429604Z INFO: Sensor HTML [web]
2023-01-26T16:07:33.4429787Z INFO: Sensor HTML [web] (done) | time=1ms
2023-01-26T16:07:33.4430158Z INFO: Sensor Text Sensor [text]
2023-01-26T16:07:33.4431152Z INFO: 5 source files to be analyzed
2023-01-26T16:07:33.4431351Z INFO: 5/5 source files have been analyzed
2023-01-26T16:07:33.4431578Z INFO: Sensor Text Sensor [text] (done) | time=128ms
2023-01-26T16:07:33.4431817Z INFO: Sensor VB.NET Project Type Information [vbnet]
2023-01-26T16:07:33.4432069Z INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4432322Z INFO: Sensor VB.NET Analysis Log [vbnet]
2023-01-26T16:07:33.4432545Z INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4432776Z INFO: Sensor VB.NET Properties [vbnet]
2023-01-26T16:07:33.4433011Z INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4433244Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2023-01-26T16:07:33.4433652Z 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
2023-01-26T16:07:33.4434110Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2023-01-26T16:07:33.4434405Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2023-01-26T16:07:33.4434642Z INFO: Sensor CSS Rules [javascript]
2023-01-26T16:07:33.4434904Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2023-01-26T16:07:33.4435176Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2023-01-26T16:07:33.4435435Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2023-01-26T16:07:33.4435712Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=5ms
2023-01-26T16:07:33.4436013Z INFO: Sensor Serverless configuration file sensor [security]
2023-01-26T16:07:33.4436358Z INFO: 0 Serverless function entries were found in the project
2023-01-26T16:07:33.4436686Z INFO: 0 Serverless function handlers were kept as entrypoints
2023-01-26T16:07:33.4437145Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2023-01-26T16:07:33.4437604Z INFO: Sensor AWS SAM template file sensor [security]
2023-01-26T16:07:33.4438048Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2023-01-26T16:07:33.4438453Z INFO: Sensor AWS SAM Inline template file sensor [security]
2023-01-26T16:07:33.4438732Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2023-01-26T16:07:33.4439021Z INFO: ------------- Run sensors on module SecondLineService
2023-01-26T16:07:33.4439383Z INFO: Sensor C# Project Type Information [csharp]
2023-01-26T16:07:33.4439632Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2023-01-26T16:07:33.4440024Z INFO: Sensor C# Analysis Log [csharp]
2023-01-26T16:07:33.4440230Z INFO: Roslyn version: 4.4.0.0
2023-01-26T16:07:33.4440420Z INFO: Language version: CSharp7_3
2023-01-26T16:07:33.4440736Z INFO: Concurrent execution: enabled
2023-01-26T16:07:33.4441048Z INFO: Sensor C# Analysis Log [csharp] (done) | time=3ms
2023-01-26T16:07:33.4441266Z INFO: Sensor C# Properties [csharp]
2023-01-26T16:07:33.4441484Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2023-01-26T16:07:33.4441678Z INFO: Sensor HTML [web]
2023-01-26T16:07:33.4441873Z INFO: Sensor HTML [web] (done) | time=1ms
2023-01-26T16:07:33.4442074Z INFO: Sensor Text Sensor [text]
2023-01-26T16:07:33.4442263Z INFO: 7 source files to be analyzed
2023-01-26T16:07:33.4442469Z INFO: 7/7 source files have been analyzed
2023-01-26T16:07:33.4442712Z INFO: Sensor Text Sensor [text] (done) | time=14ms
2023-01-26T16:07:33.4443097Z INFO: Sensor VB.NET Project Type Information [vbnet]
2023-01-26T16:07:33.4443363Z INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4443598Z INFO: Sensor VB.NET Analysis Log [vbnet]
2023-01-26T16:07:33.4443833Z INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4444063Z INFO: Sensor VB.NET Properties [vbnet]
2023-01-26T16:07:33.4444358Z INFO: Sensor VB.NET Properties [vbnet] (done) | time=1ms
2023-01-26T16:07:33.4444596Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2023-01-26T16:07:33.4444997Z 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
2023-01-26T16:07:33.4445450Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2023-01-26T16:07:33.4445755Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2023-01-26T16:07:33.4445984Z INFO: Sensor CSS Rules [javascript]
2023-01-26T16:07:33.4446242Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2023-01-26T16:07:33.4446518Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2023-01-26T16:07:33.4446759Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2023-01-26T16:07:33.4447044Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=6ms
2023-01-26T16:07:33.4447354Z INFO: Sensor Serverless configuration file sensor [security]
2023-01-26T16:07:33.4447609Z INFO: 0 Serverless function entries were found in the project
2023-01-26T16:07:33.4447869Z INFO: 0 Serverless function handlers were kept as entrypoints
2023-01-26T16:07:33.4448145Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=2ms
2023-01-26T16:07:33.4448404Z INFO: Sensor AWS SAM template file sensor [security]
2023-01-26T16:07:33.4448661Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
2023-01-26T16:07:33.4448946Z INFO: Sensor AWS SAM Inline template file sensor [security]
2023-01-26T16:07:33.4449218Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
2023-01-26T16:07:33.4449487Z INFO: ------------- Run sensors on module SchedulerConsole
2023-01-26T16:07:33.4449721Z INFO: Sensor C# Project Type Information [csharp]
2023-01-26T16:07:33.4450118Z INFO: Sensor C# Project Type Information [csharp] (done) | time=2ms
2023-01-26T16:07:33.4450358Z INFO: Sensor C# Analysis Log [csharp]
2023-01-26T16:07:33.4450549Z INFO: Roslyn version: 4.4.0.0
2023-01-26T16:07:33.4450743Z INFO: Language version: CSharp7_3
2023-01-26T16:07:33.4450967Z INFO: Concurrent execution: enabled
2023-01-26T16:07:33.4451207Z INFO: Sensor C# Analysis Log [csharp] (done) | time=2ms
2023-01-26T16:07:33.4451428Z INFO: Sensor C# Properties [csharp]
2023-01-26T16:07:33.4451639Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2023-01-26T16:07:33.4451847Z INFO: Sensor HTML [web]
2023-01-26T16:07:33.4452043Z INFO: Sensor HTML [web] (done) | time=0ms
2023-01-26T16:07:33.4452252Z INFO: Sensor XML Sensor [xml]
2023-01-26T16:07:33.4452450Z INFO: 1 source file to be analyzed
2023-01-26T16:07:33.4452647Z INFO: 1/1 source file has been analyzed
2023-01-26T16:07:33.4452869Z INFO: Sensor XML Sensor [xml] (done) | time=500ms
2023-01-26T16:07:33.4453081Z INFO: Sensor Text Sensor [text]
2023-01-26T16:07:33.4453273Z INFO: 4 source files to be analyzed
2023-01-26T16:07:33.4453479Z INFO: 4/4 source files have been analyzed
2023-01-26T16:07:33.4453715Z INFO: Sensor Text Sensor [text] (done) | time=10ms
2023-01-26T16:07:33.4453954Z INFO: Sensor VB.NET Project Type Information [vbnet]
2023-01-26T16:07:33.4454216Z INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
2023-01-26T16:07:33.4454450Z INFO: Sensor VB.NET Analysis Log [vbnet]
2023-01-26T16:07:33.4454735Z INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4454968Z INFO: Sensor VB.NET Properties [vbnet]
2023-01-26T16:07:33.4455289Z INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4455535Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2023-01-26T16:07:33.4455931Z 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
2023-01-26T16:07:33.4456438Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2023-01-26T16:07:33.4456764Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2023-01-26T16:07:33.4456992Z INFO: Sensor CSS Rules [javascript]
2023-01-26T16:07:33.4457252Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2023-01-26T16:07:33.4457552Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2023-01-26T16:07:33.4457819Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2023-01-26T16:07:33.4458102Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=4ms
2023-01-26T16:07:33.4458402Z INFO: Sensor Serverless configuration file sensor [security]
2023-01-26T16:07:33.4458655Z INFO: 0 Serverless function entries were found in the project
2023-01-26T16:07:33.4458988Z INFO: 0 Serverless function handlers were kept as entrypoints
2023-01-26T16:07:33.4459272Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2023-01-26T16:07:33.4459533Z INFO: Sensor AWS SAM template file sensor [security]
2023-01-26T16:07:33.4459790Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2023-01-26T16:07:33.4460161Z INFO: Sensor AWS SAM Inline template file sensor [security]
2023-01-26T16:07:33.4460442Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
2023-01-26T16:07:33.4460711Z INFO: ------------- Run sensors on module SchedulerWebJob
2023-01-26T16:07:33.4460943Z INFO: Sensor C# Project Type Information [csharp]
2023-01-26T16:07:33.4461235Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2023-01-26T16:07:33.4461469Z INFO: Sensor C# Analysis Log [csharp]
2023-01-26T16:07:33.4461660Z INFO: Roslyn version: 4.4.0.0
2023-01-26T16:07:33.4461855Z INFO: Language version: CSharp7_3
2023-01-26T16:07:33.4462050Z INFO: Concurrent execution: enabled
2023-01-26T16:07:33.4462273Z INFO: Sensor C# Analysis Log [csharp] (done) | time=4ms
2023-01-26T16:07:33.4462491Z INFO: Sensor C# Properties [csharp]
2023-01-26T16:07:33.4462701Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2023-01-26T16:07:33.4462904Z INFO: Sensor HTML [web]
2023-01-26T16:07:33.4463089Z INFO: Sensor HTML [web] (done) | time=0ms
2023-01-26T16:07:33.4463289Z INFO: Sensor Text Sensor [text]
2023-01-26T16:07:33.4463488Z INFO: 3 source files to be analyzed
2023-01-26T16:07:33.4463684Z INFO: 3/3 source files have been analyzed
2023-01-26T16:07:33.4463931Z INFO: Sensor Text Sensor [text] (done) | time=17ms
2023-01-26T16:07:33.4464165Z INFO: Sensor VB.NET Project Type Information [vbnet]
2023-01-26T16:07:33.4464418Z INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
2023-01-26T16:07:33.4464663Z INFO: Sensor VB.NET Analysis Log [vbnet]
2023-01-26T16:07:33.4464887Z INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4465122Z INFO: Sensor VB.NET Properties [vbnet]
2023-01-26T16:07:33.4465348Z INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4465604Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2023-01-26T16:07:33.4466009Z 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
2023-01-26T16:07:33.4466457Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2023-01-26T16:07:33.4466752Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2023-01-26T16:07:33.4467068Z INFO: Sensor CSS Rules [javascript]
2023-01-26T16:07:33.4467920Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2023-01-26T16:07:33.4468191Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2023-01-26T16:07:33.4468443Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2023-01-26T16:07:33.4468764Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=4ms
2023-01-26T16:07:33.4469111Z INFO: Sensor Serverless configuration file sensor [security]
2023-01-26T16:07:33.4469372Z INFO: 0 Serverless function entries were found in the project
2023-01-26T16:07:33.4469624Z INFO: 0 Serverless function handlers were kept as entrypoints
2023-01-26T16:07:33.4470027Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2023-01-26T16:07:33.4470296Z INFO: Sensor AWS SAM template file sensor [security]
2023-01-26T16:07:33.4470546Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2023-01-26T16:07:33.4470816Z INFO: Sensor AWS SAM Inline template file sensor [security]
2023-01-26T16:07:33.4471131Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2023-01-26T16:07:33.4471395Z INFO: ------------- Run sensors on module ReceiverService
2023-01-26T16:07:33.4471664Z INFO: Sensor C# Project Type Information [csharp]
2023-01-26T16:07:33.4471909Z INFO: Sensor C# Project Type Information [csharp] (done) | time=2ms
2023-01-26T16:07:33.4472152Z INFO: Sensor C# Analysis Log [csharp]
2023-01-26T16:07:33.4472352Z INFO: Roslyn version: 4.4.0.0
2023-01-26T16:07:33.4472563Z INFO: Language version: CSharp7_3
2023-01-26T16:07:33.4472770Z INFO: Concurrent execution: enabled
2023-01-26T16:07:33.4472997Z INFO: Sensor C# Analysis Log [csharp] (done) | time=2ms
2023-01-26T16:07:33.4473208Z INFO: Sensor C# Properties [csharp]
2023-01-26T16:07:33.4473428Z INFO: Sensor C# Properties [csharp] (done) | time=2ms
2023-01-26T16:07:33.4473623Z INFO: Sensor HTML [web]
2023-01-26T16:07:33.4473816Z INFO: Sensor HTML [web] (done) | time=0ms
2023-01-26T16:07:33.4474016Z INFO: Sensor XML Sensor [xml]
2023-01-26T16:07:33.4474203Z INFO: 1 source file to be analyzed
2023-01-26T16:07:33.4474414Z INFO: 1/1 source file has been analyzed
2023-01-26T16:07:33.4474627Z INFO: Sensor XML Sensor [xml] (done) | time=2139ms
2023-01-26T16:07:33.4474841Z INFO: Sensor Text Sensor [text]
2023-01-26T16:07:33.4475040Z INFO: 5 source files to be analyzed
2023-01-26T16:07:33.4475242Z INFO: 5/5 source files have been analyzed
2023-01-26T16:07:33.4475465Z INFO: Sensor Text Sensor [text] (done) | time=82ms
2023-01-26T16:07:33.4475704Z INFO: Sensor VB.NET Project Type Information [vbnet]
2023-01-26T16:07:33.4475957Z INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4476203Z INFO: Sensor VB.NET Analysis Log [vbnet]
2023-01-26T16:07:33.4476428Z INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4476657Z INFO: Sensor VB.NET Properties [vbnet]
2023-01-26T16:07:33.4476888Z INFO: Sensor VB.NET Properties [vbnet] (done) | time=1ms
2023-01-26T16:07:33.4477119Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2023-01-26T16:07:33.4477531Z 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
2023-01-26T16:07:33.4477978Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2023-01-26T16:07:33.4478278Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2023-01-26T16:07:33.4478512Z INFO: Sensor CSS Rules [javascript]
2023-01-26T16:07:33.4478770Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2023-01-26T16:07:33.4479040Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2023-01-26T16:07:33.4479291Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2023-01-26T16:07:33.4479564Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=4ms
2023-01-26T16:07:33.4480020Z INFO: Sensor Serverless configuration file sensor [security]
2023-01-26T16:07:33.4480280Z INFO: 0 Serverless function entries were found in the project
2023-01-26T16:07:33.4480532Z INFO: 0 Serverless function handlers were kept as entrypoints
2023-01-26T16:07:33.4480809Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=2ms
2023-01-26T16:07:33.4481523Z INFO: Sensor AWS SAM template file sensor [security]
2023-01-26T16:07:33.4481774Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
2023-01-26T16:07:33.4482039Z INFO: Sensor AWS SAM Inline template file sensor [security]
2023-01-26T16:07:33.4482311Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2023-01-26T16:07:33.4482581Z INFO: ------------- Run sensors on module Spyglass.Presentation
2023-01-26T16:07:33.4482852Z INFO: Sensor C# Project Type Information [csharp]
2023-01-26T16:07:33.4483100Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2023-01-26T16:07:33.4483350Z INFO: Sensor C# Analysis Log [csharp]
2023-01-26T16:07:33.4483575Z INFO: Roslyn version: 4.4.0.0
2023-01-26T16:07:33.4483772Z INFO: Language version: CSharp7_3
2023-01-26T16:07:33.4484033Z INFO: Concurrent execution: enabled
2023-01-26T16:07:33.4484236Z INFO: Roslyn version: 4.4.0.0
2023-01-26T16:07:33.4484424Z INFO: Language version: CSharp7_3
2023-01-26T16:07:33.4484633Z INFO: Concurrent execution: enabled
2023-01-26T16:07:33.4484848Z INFO: Sensor C# Analysis Log [csharp] (done) | time=4ms
2023-01-26T16:07:33.4485071Z INFO: Sensor C# Properties [csharp]
2023-01-26T16:07:33.4485289Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2023-01-26T16:07:33.4485486Z INFO: Sensor HTML [web]
2023-01-26T16:07:33.4485680Z INFO: Sensor HTML [web] (done) | time=0ms
2023-01-26T16:07:33.4485872Z INFO: Sensor Text Sensor [text]
2023-01-26T16:07:33.4486073Z INFO: 7 source files to be analyzed
2023-01-26T16:07:33.4486286Z INFO: 7/7 source files have been analyzed
2023-01-26T16:07:33.4486524Z INFO: Sensor Text Sensor [text] (done) | time=45ms
2023-01-26T16:07:33.4486763Z INFO: Sensor VB.NET Project Type Information [vbnet]
2023-01-26T16:07:33.4487020Z INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4487254Z INFO: Sensor VB.NET Analysis Log [vbnet]
2023-01-26T16:07:33.4487486Z INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4487709Z INFO: Sensor VB.NET Properties [vbnet]
2023-01-26T16:07:33.4487941Z INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4488206Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2023-01-26T16:07:33.4488607Z 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
2023-01-26T16:07:33.4489055Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2023-01-26T16:07:33.4489358Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2023-01-26T16:07:33.4489583Z INFO: Sensor CSS Rules [javascript]
2023-01-26T16:07:33.4489965Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2023-01-26T16:07:33.4490243Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2023-01-26T16:07:33.4490512Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2023-01-26T16:07:33.4490792Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=4ms
2023-01-26T16:07:33.4491064Z INFO: Sensor Serverless configuration file sensor [security]
2023-01-26T16:07:33.4491322Z INFO: 0 Serverless function entries were found in the project
2023-01-26T16:07:33.4491648Z INFO: 0 Serverless function handlers were kept as entrypoints
2023-01-26T16:07:33.4491917Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
2023-01-26T16:07:33.4492186Z INFO: Sensor AWS SAM template file sensor [security]
2023-01-26T16:07:33.4492552Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
2023-01-26T16:07:33.4492810Z INFO: Sensor AWS SAM Inline template file sensor [security]
2023-01-26T16:07:33.4493084Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2023-01-26T16:07:33.4493350Z INFO: ------------- Run sensors on module HubManager
2023-01-26T16:07:33.4493657Z INFO: Sensor C# Project Type Information [csharp]
2023-01-26T16:07:33.4493931Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2023-01-26T16:07:33.4494158Z INFO: Sensor C# Analysis Log [csharp]
2023-01-26T16:07:33.4494358Z INFO: Roslyn version: 4.4.0.0
2023-01-26T16:07:33.4494556Z INFO: Language version: CSharp7_3
2023-01-26T16:07:33.4494753Z INFO: Concurrent execution: enabled
2023-01-26T16:07:33.4494977Z INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms
2023-01-26T16:07:33.4495189Z INFO: Sensor C# Properties [csharp]
2023-01-26T16:07:33.4495413Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2023-01-26T16:07:33.4495616Z INFO: Sensor HTML [web]
2023-01-26T16:07:33.4495803Z INFO: Sensor HTML [web] (done) | time=862ms
2023-01-26T16:07:33.4496007Z INFO: Sensor Text Sensor [text]
2023-01-26T16:07:33.4496203Z INFO: 57 source files to be analyzed
2023-01-26T16:07:33.4496455Z INFO: 57/57 source files have been analyzed
2023-01-26T16:07:33.4496795Z INFO: Sensor Text Sensor [text] (done) | time=179ms
2023-01-26T16:07:33.4497127Z INFO: Sensor VB.NET Project Type Information [vbnet]
2023-01-26T16:07:33.4497476Z INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4497825Z INFO: Sensor VB.NET Analysis Log [vbnet]
2023-01-26T16:07:33.4498141Z INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4498464Z INFO: Sensor VB.NET Properties [vbnet]
2023-01-26T16:07:33.4498799Z INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms
2023-01-26T16:07:33.4499141Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2023-01-26T16:07:33.4499789Z 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
2023-01-26T16:07:33.4500658Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2023-01-26T16:07:33.4501115Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2023-01-26T16:07:33.4501476Z INFO: Sensor JavaScript analysis [javascript]
2023-01-26T16:08:26.4702911Z INFO: 11 source files to be analyzed
2023-01-26T16:08:37.2155819Z INFO: 4/11 files analyzed, current file: C:/agent/_work/2/s/HubManager/Scripts/jquery-ui-1.13.2.js
2023-01-26T16:08:47.9760193Z INFO: 4/11 files analyzed, current file: C:/agent/_work/2/s/HubManager/Scripts/jquery-ui-1.13.2.js
2023-01-26T16:08:57.5371544Z INFO: 4/11 files analyzed, current file: C:/agent/_work/2/s/HubManager/Scripts/jquery-ui-1.13.2.js
2023-01-26T16:09:07.5960864Z INFO: 5/11 files analyzed, current file: C:/agent/_work/2/s/HubManager/Scripts/jquery-3.6.0.js
2023-01-26T16:09:18.0670382Z INFO: 8/11 files analyzed, current file: C:/agent/_work/2/s/HubManager/Scripts/BTC/edit-form-hint.js
2023-01-26T16:09:25.0601675Z INFO: 11/11 source files have been analyzed
2023-01-26T16:09:25.5821498Z INFO: Hit the cache for 0 out of 11
2023-01-26T16:09:25.8928076Z INFO: Miss the cache for 11 out of 11: ANALYSIS_MODE_INELIGIBLE [11/11]
2023-01-26T16:09:26.7646093Z INFO: Sensor JavaScript analysis [javascript] (done) | time=113698ms
2023-01-26T16:09:27.1191282Z INFO: Sensor TypeScript analysis [javascript]

The above exclusions worked as expected. Each exclusion MUST be entered on a separate line when using the v9 UI, (and NOT comma-separated as per the sonar.properties file)

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.