aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24160 Scanner property sonar.token has priority on sonar.loginAntoine Vinot2025-06-271-1/+1
* SCA-409 More test fixes for WindowsJeremy Katz2025-06-201-1/+7
* SONAR-25269 Restore FileSystem predicate optimization when using the HiddenFi...Jonas Wielage2025-06-111-4/+4
* SONAR-24784 Fix wrongly excluded symlinksAleksandra Bozhinoska2025-05-221-4/+17
* SONAR-25143 Hidden files should not be published on default when assigned to ...Jonas Wielage2025-05-221-2/+4
* SONAR-24676 Scanner Exit on java.lang.ErrorAntoine Vinot2025-05-221-16/+15
* SCA-432 SCA CLI client error handlingTravis Collins2025-05-221-2/+3
* SONAR-12421 Restrict hasFilename, hasExtension to module files in mod…Aleksandra Bozhinoska2025-05-201-3/+24
* SONAR-24767 Allow Sarif Driver to not have a Rules objectAntoine Vinot2025-05-202-3/+6
* SONAR-25064 Scanner-Engine should index hidden filesJonas Wielage2025-05-169-55/+261
* SCA-285 Log Execution Time of SCA Step in ScannerMike Young2025-05-151-0/+9
* SCA-295 Remove explicit sonar.sca.debug propertyJeremy Katz2025-05-131-2/+1
* SONAR-18640 Drop MutableModuleSettings and MutableProjectSettingsVictor Schneuwly2025-05-067-159/+12
* SCA-195 use sonar.exclusions in SCATravis Collins2025-05-011-4/+10
* SCA-341 Add sonar.sca.exclusions propertyTravis Collins2025-05-012-6/+12
* SONAR-24896 upgrade to latest version of git-files-blamePierre2025-04-281-1/+8
* SCA-184 Remove recursiveManifestSearch config optionTravis Collins2025-04-242-12/+9
* Adjust debug log for when we need to download a new CLIJeremy Katz2025-04-241-1/+1
* SONAR-24816 Remove [stderr] from sca logsTravis Collins2025-04-111-2/+5
* Allow for Tidelift CLI Location Override Instead of Using CacheMike Young2025-04-031-0/+13
* SCA-180 Fix ignoredPaths when baseDir is different from git baseTravis Collins2025-03-251-1/+13
* SONAR-24679 Remove Cycle Dependency on CliServiceMike Young2025-03-212-4/+8
* SCA-157 Always log tidelift outputTravis Collins2025-03-201-10/+3
* SONAR-21514 Remove hardcoded property definition for sonar.rpg.suffixesJulien HENRY2025-03-201-16/+0
* SCA-155 Exclude WorkDirTravis Collins2025-03-201-0/+18
* SCA-141 recursive by defaultTravis Collins2025-03-181-2/+9
* SCA-140 Respect .gitignore rulesTravis Collins2025-03-183-1/+94
* SONAR-24623 Remove the support of ProfileExporter and ProfileImporterJulien HENRY2025-03-181-0/+1
* SONAR-24639 Accept S1291 as a valid nosonar rule keyVictor2025-03-181-1/+3
* SONAR-24233 Add web api v2 architecture domain and file-graph endpoint.Steve Marion2025-03-171-0/+1
* SONAR-24521 Implements sonar plugin API addAnalysisData method in the scanner...Steve Marion2025-03-174-14/+52
* SCA-101 Scanner property to disable SCA scanningTravis Collins2025-03-131-1/+8
* SCA-121 make sonar.sca.debug affect the debug logsTravis Collins2025-03-121-7/+7
* SQRP-316 Log telemetry with the value of sca.enabledTravis Collins2025-03-111-3/+2
* SCA-112 Send SQ Server Type and Version to CLIMike Young2025-03-111-1/+6
* SCA-105 update scanner engine to use new SCA clis endpoint pathHavoc Pennington2025-03-101-1/+1
* SCA-65 Pass Variable to Allow CLI Resolution FailuresMike Young2025-03-081-0/+1
* SCA-63 Enable Separate SCA CLI Debug ModeMike Young2025-03-061-2/+14
* SCA-75 Map Sonar Property Names to CLI Environment VariablesMike Young2025-03-043-4/+85
* SQRP-279 Don't say SCA analysisBill Nottingham2025-02-281-2/+2
* SQRP-272 Fix negative duration metricJavier García Orduña2025-02-281-1/+1
* SQRP-272 Improve CLI cache error managementJavier García Orduña2025-02-281-1/+2
* SQRP-272 Add scanner-engine telemetry for SCA servicesJavier García Orduña2025-02-282-44/+76
* SCA-56 Run "reformat code" on SCA filesHavoc Pennington2025-02-281-48/+49
* SQRP-149 Cache Downloaded CLIMike Young2025-02-194-19/+201
* SQRP-149 Package manifest files into the scanner reportMike Young2025-02-191-1/+6
* SQRP-166 Check the feature flag before running the CLIJulien HENRY2025-02-191-1/+10
* SQRP-149 Generate Manifest FilesMike Young2025-02-194-1/+200
* SONAR-24317 Move ProcessWrapperFactory to sonar-coreantoine.vinot2025-02-193-127/+2
* SONAR-24376 Rewrite ProcessWrapper using Apache commons-execJulien HENRY2025-02-182-44/+74