Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-24816 Remove [stderr] from sca logs | Travis Collins | 2 days | 1 | -7/+7 |
| | |||||
* | NO-JIRA Fix Quality Gate | Matteo Mara | 10 days | 1 | -24/+23 |
| | |||||
* | Allow for Tidelift CLI Location Override Instead of Using Cache | Mike Young | 10 days | 1 | -0/+26 |
| | |||||
* | SCA-180 Fix ignoredPaths when baseDir is different from git base | Travis Collins | 2025-03-25 | 1 | -12/+41 |
| | |||||
* | SONAR-24679 Remove Cycle Dependency on CliService | Mike Young | 2025-03-21 | 1 | -21/+10 |
| | |||||
* | SCA-157 Always log tidelift output | Travis Collins | 2025-03-20 | 1 | -1/+1 |
| | |||||
* | SCA-155 Exclude WorkDir | Travis Collins | 2025-03-20 | 1 | -11/+28 |
| | |||||
* | SCA-141 recursive by default | Travis Collins | 2025-03-18 | 1 | -5/+33 |
| | |||||
* | SCA-140 Respect .gitignore rules | Travis Collins | 2025-03-18 | 3 | -49/+264 |
| | |||||
* | SONAR-24639 Accept S1291 as a valid nosonar rule key | Victor | 2025-03-18 | 1 | -5/+8 |
| | |||||
* | SONAR-24521 Implements sonar plugin API addAnalysisData method in the ↵ | Steve Marion | 2025-03-17 | 1 | -12/+13 |
| | | | | | | scanner-engine. Add Xoo plugin sensor that utilizes the analysisData method. | ||||
* | SCA-101 Scanner property to disable SCA scanning | Travis Collins | 2025-03-13 | 1 | -11/+42 |
| | |||||
* | SCA-112 Send SQ Server Type and Version to CLI | Mike Young | 2025-03-11 | 1 | -43/+50 |
| | |||||
* | SCA-65 Pass Variable to Allow CLI Resolution Failures | Mike Young | 2025-03-08 | 1 | -0/+1 |
| | |||||
* | SCA-63 Enable Separate SCA CLI Debug Mode | Mike Young | 2025-03-06 | 1 | -4/+79 |
| | |||||
* | SCA-75 Map Sonar Property Names to CLI Environment Variables | Mike Young | 2025-03-04 | 3 | -9/+125 |
| | |||||
* | SQRP-279 Don't say SCA analysis | Bill Nottingham | 2025-02-28 | 1 | -1/+1 |
| | |||||
* | SQRP-272 Add scanner-engine telemetry for SCA services | Javier García Orduña | 2025-02-28 | 2 | -11/+55 |
| | |||||
* | SCA-56 Run "reformat code" on SCA files | Havoc Pennington | 2025-02-28 | 3 | -12/+6 |
| | |||||
* | SQRP-255 SCA CLI test should work on Windows | antoine.vinot | 2025-02-19 | 1 | -17/+19 |
| | |||||
* | SQRP-149 Cache Downloaded CLI | Mike Young | 2025-02-19 | 3 | -18/+261 |
| | |||||
* | SQRP-149 Package manifest files into the scanner report | Mike Young | 2025-02-19 | 1 | -3/+10 |
| | |||||
* | SQRP-166 Check the feature flag before running the CLI | Julien HENRY | 2025-02-19 | 1 | -2/+17 |
| | |||||
* | SQRP-149 Generate Manifest Files | Mike Young | 2025-02-19 | 2 | -0/+199 |
| | |||||
* | SONAR-24317 Move ProcessWrapperFactory to sonar-core | antoine.vinot | 2025-02-19 | 5 | -89/+5 |
| | |||||
* | SONAR-24376 Rewrite ProcessWrapper using Apache commons-exec | Julien HENRY | 2025-02-18 | 1 | -1/+39 |
| | | | | | | | | | | 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 JUnit5 | Julien HENRY | 2025-02-18 | 2 | -83/+55 |
| | |||||
* | Revert "SONAR-24376 Fix stdout and stderr streams conflicting with each other" | antoine.vinot | 2025-02-18 | 1 | -7/+2 |
| | | | | This reverts commit aa4c47f4bb5fe2a641e06252953395f4029f4945. | ||||
* | SONAR-24369 Increase test coverage on master | Alain Kermis | 2025-02-17 | 1 | -0/+13 |
| | |||||
* | SONAR-24376 Fix stdout and stderr streams conflicting with each other | antoine.vinot | 2025-02-17 | 1 | -2/+7 |
| | |||||
* | SONAR-24319 Allow the scanner engine to query feature flags (#12874) | Julien HENRY | 2025-02-13 | 2 | -0/+121 |
| | | | | Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com> | ||||
* | SONAR-24146 Update license headers for 2025 | Matteo Mara | 2025-01-09 | 193 | -193/+193 |
| | |||||
* | SONAR-17771 Drop the support for 'sonar.password' | Claire Villard | 2025-01-06 | 3 | -28/+23 |
| | | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com> | ||||
* | SONAR-24067 Improve logs when preprocessing files | Javier García Orduña | 2025-01-06 | 1 | -5/+18 |
| | |||||
* | SONAR-24021 Invoke method(s) only conditionally | Julien Camus | 2024-12-27 | 2 | -1/+75 |
| | |||||
* | SONAR-24082 Fix issues turning QG red | Matteo Mara | 2024-12-24 | 1 | -3/+3 |
| | |||||
* | SONAR-24082 Fix quality gate status | Matteo Mara | 2024-12-24 | 1 | -1/+0 |
| | |||||
* | SONAR-20659 Add logs when importing SARIF report if the referenced files ↵ | Javier García Orduña | 2024-12-20 | 1 | -21/+24 |
| | | | | | location cannot be resolved Co-authored-by: antoine.vinot <antoine.vinot@sonarsource.com> | ||||
* | SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J Level | Julien Camus | 2024-12-20 | 2 | -17/+15 |
| | |||||
* | SONAR-23990 Replace with text block | Julien Camus | 2024-12-19 | 5 | -253/+286 |
| | |||||
* | SONAR-23968 Log a warning when encrypted properties are used on Scanner side | Claire Villard | 2024-12-19 | 1 | -2/+12 |
| | |||||
* | SONAR-23972 Update scanner-related broken documentation links | Claire Villard | 2024-12-18 | 1 | -107/+0 |
| | |||||
* | SONAR-23974 Optimize the scanner report | Julien HENRY | 2024-12-18 | 5 | -73/+70 |
| | |||||
* | SONAR-24003 Delete unnecessary imports | Julien Camus | 2024-12-18 | 1 | -5/+2 |
| | |||||
* | SONAR-24004 Replace lambda with method reference | Julien Camus | 2024-12-18 | 4 | -9/+8 |
| | |||||
* | NO-JIRA fix GithubActionsTest resources | Steve Marion | 2024-12-18 | 1 | -2/+2 |
| | |||||
* | SONAR-22998 fetch active rules with a dedicated endpoint | Pierre Guillot | 2024-12-18 | 2 | -117/+160 |
| | | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com> | ||||
* | SONAR-22640 Read PR head sha from trigger event of GitHub action | Javier García Orduña | 2024-12-18 | 1 | -23/+59 |
| | |||||
* | SONAR-22185 SARIF issues are not imported for some location URI format | Javier García Orduña | 2024-12-06 | 1 | -7/+29 |
| | | | Co-authored-by: antoine.vinot <antoine.vinot@sonarsource.com> | ||||
* | SONAR-23647 Improve logs when a sensor is skipped because of a missing property | Javier García Orduña | 2024-12-04 | 1 | -0/+137 |
| |