aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
Commit message (Collapse)AuthorAgeFilesLines
* SCA-101 Scanner property to disable SCA scanningTravis Collins2025-03-132-12/+50
|
* 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-114-44/+60
|
* 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-084-0/+4
|
* SCA-63 Enable Separate SCA CLI Debug ModeMike Young2025-03-062-6/+93
|
* SCA-75 Map Sonar Property Names to CLI Environment VariablesMike Young2025-03-048-13/+212
|
* SQRP-279 Don't say SCA analysisBill Nottingham2025-02-282-3/+3
|
* 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-284-55/+131
|
* SCA-56 Run "reformat code" on SCA filesHavoc Pennington2025-02-284-60/+55
|
* SQRP-255 SCA CLI test should work on Windowsantoine.vinot2025-02-192-17/+41
|
* SQRP-149 Cache Downloaded CLIMike Young2025-02-197-37/+462
|
* SQRP-149 Package manifest files into the scanner reportMike Young2025-02-192-4/+16
|
* SQRP-166 Check the feature flag before running the CLIJulien HENRY2025-02-192-3/+27
|
* SQRP-149 Generate Manifest FilesMike Young2025-02-197-1/+427
|
* SONAR-24317 Move ProcessWrapperFactory to sonar-coreantoine.vinot2025-02-199-217/+7
|
* SONAR-24376 Rewrite ProcessWrapper using Apache commons-execJulien HENRY2025-02-184-45/+114
| | | | | | | | | | Maintaining a custom implementation started to be quite complex, and error prone. The initial use of this class was to run simple commands, getting stdout synchronously. But when used for more complex commands, it started to show its limits: * dead lock when not consumming stdout/stderr buffers * poor management of exceptions Using commons-exec will also allow us to set timeout if needed.
* SONAR-24394 Migrate some tests to JUnit5Julien HENRY2025-02-182-83/+55
|
* Revert "SONAR-24376 Fix stdout and stderr streams conflicting with each other"antoine.vinot2025-02-182-48/+28
| | | | This reverts commit aa4c47f4bb5fe2a641e06252953395f4029f4945.
* SONAR-24369 Increase test coverage on masterAlain Kermis2025-02-171-0/+13
|
* SONAR-24376 Fix stdout and stderr streams conflicting with each otherantoine.vinot2025-02-172-28/+48
|
* SONAR-24319 Allow the scanner engine to query feature flags (#12874)Julien HENRY2025-02-1312-7/+388
| | | | Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com>
* SONAR-24285 Improve LogListenerIT test outputTravis Collins2025-02-041-1/+1
|
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña2025-02-041-4/+0
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09566-566/+566
|
* SONAR-22045 Do not fail analysis due to broken symlinks or symlinks pointing ↵Aleksandra Bozhinoska2025-01-072-9/+100
| | | | outside project/module
* SONAR-24126 Fix issues turning QG redMatteo Mara2025-01-072-7/+8
|
* SONAR-17771 Drop the support for 'sonar.password'Claire Villard2025-01-069-54/+74
| | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com>
* SONAR-24067 Improve logs when preprocessing filesJavier García Orduña2025-01-063-10/+29
|
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-2723-68/+154
|
* SONAR-24082 Fix issues turning QG redMatteo Mara2024-12-241-3/+3
|
* SONAR-24082 Fix quality gate statusMatteo Mara2024-12-241-1/+0
|
* SONAR-20659 Add logs when importing SARIF report if the referenced files ↵Javier García Orduña2024-12-202-22/+35
| | | | | location cannot be resolved Co-authored-by: antoine.vinot <antoine.vinot@sonarsource.com>
* SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J LevelJulien Camus2024-12-202-17/+15
|
* Fix failing filesystem tests due to Path issues on MacOSAleksandra Bozhinoska2024-12-191-6/+10
|
* SONAR-23990 Replace with text blockJulien Camus2024-12-197-295/+425
|
* SONAR-23968 Log a warning when encrypted properties are used on Scanner sideClaire Villard2024-12-192-2/+16
|
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-1815-17/+17
|
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-181-1/+1
|
* SONAR-23972 Update scanner-related broken documentation linksClaire Villard2024-12-183-159/+1
|
* SONAR-23974 Optimize the scanner reportJulien HENRY2024-12-1812-97/+139
|
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-183-9/+2
|
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-185-12/+11
|
* NO-JIRA fix GithubActionsTest resourcesSteve Marion2024-12-182-2/+2
|
* SONAR-17640 Do not visit directories when all the files will be excludedantoine.vinot2024-12-182-163/+185
|
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot2024-12-1811-271/+270
| | | 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-183-32/+634
|