aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner
Commit message (Collapse)AuthorAgeFilesLines
* SCA-184 Remove recursiveManifestSearch config optionTravis Collins3 days2-12/+9
|
* Adjust debug log for when we need to download a new CLIJeremy Katz3 days1-1/+1
|
* Allow for Tidelift CLI Location Override Instead of Using CacheMike Young2025-04-031-0/+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-182-1/+80
|
* 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 ↵Steve Marion2025-03-174-14/+52
| | | | | | scanner-engine. Add Xoo plugin sensor that utilizes the analysisData method.
* 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-24319 Allow the scanner engine to query feature flags (#12874)Julien HENRY2025-02-137-6/+214
| | | | Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com>
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09306-306/+306
|
* SONAR-22045 Do not fail analysis due to broken symlinks or symlinks pointing ↵Aleksandra Bozhinoska2025-01-071-0/+29
| | | | outside project/module
* SONAR-24126 Fix issues turning QG redMatteo Mara2025-01-071-1/+0
|
* SONAR-17771 Drop the support for 'sonar.password'Claire Villard2025-01-065-19/+25
| | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com>
* SONAR-24067 Improve logs when preprocessing filesJavier García Orduña2025-01-062-5/+11
|
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-2720-62/+70
|
* SONAR-20659 Add logs when importing SARIF report if the referenced files ↵Javier García Orduña2024-12-201-1/+11
| | | | | location cannot be resolved Co-authored-by: antoine.vinot <antoine.vinot@sonarsource.com>
* SONAR-23968 Log a warning when encrypted properties are used on Scanner sideClaire Villard2024-12-191-0/+4
|
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-1810-12/+12
|
* SONAR-23972 Update scanner-related broken documentation linksClaire Villard2024-12-182-52/+1
|
* SONAR-23974 Optimize the scanner reportJulien HENRY2024-12-186-23/+68
|
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-181-1/+0
|
* SONAR-17640 Do not visit directories when all the files will be excludedantoine.vinot2024-12-181-2/+19
|
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot2024-12-185-145/+97
| | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
* SONAR-22640 Read PR head sha from trigger event of GitHub actionJavier García Orduña2024-12-181-9/+127
|
* SONAR-22185 SARIF issues are not imported for some location URI formatJavier García Orduña2024-12-061-1/+12
| | | Co-authored-by: antoine.vinot <antoine.vinot@sonarsource.com>
* SONAR-22305 Ignore scanner properties with null valuesJavier García Orduña2024-12-051-4/+6
|
* SONAR-23647 Improve logs when a sensor is skipped because of a missing propertyJavier García Orduña2024-12-041-4/+60
|
* SONAR-23432 Fix failing tests on Windows in scanner-engineantoine.vinot2024-12-031-1/+1
|