aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
Commit message (Collapse)AuthorAgeFilesLines
* NO-JIRA fix GithubActionsTest resourcesSteve Marion5 days2-2/+2
|
* SONAR-17640 Do not visit directories when all the files will be excludedantoine.vinot5 days2-163/+185
|
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot5 days11-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ña5 days3-32/+634
|
* SONAR-22185 SARIF issues are not imported for some location URI formatJavier García Orduña2024-12-062-8/+41
| | | Co-authored-by: antoine.vinot <antoine.vinot@sonarsource.com>
* SONAR-22305 Ignore scanner properties with null valuesJavier García Orduña2024-12-052-8/+34
|
* SONAR-23647 Improve logs when a sensor is skipped because of a missing propertyJavier García Orduña2024-12-042-4/+197
|
* SONAR-23432 Fix failing tests on Windows in scanner-engineantoine.vinot2024-12-038-52/+97
|
* SONAR-23774 Add a scanner property to disable loading of OS-level SSL ↵Julien HENRY2024-11-272-4/+35
| | | | certificates
* SONAR-23680 Support changeit as default keystore passwordJulien HENRY2024-11-226-27/+110
|
* SONAR-23626 publish Community Build and SonarQube Server independently.Steve Marion2024-11-151-1/+1
| | | | | Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com> Co-authored-by: Matteo Mara <matteo.mara@sonarsource.com>
* SONAR-23623 Remove useless remains of the SCA prototypeJulien HENRY2024-11-152-9/+0
|
* SONAR-23270 Handle type and severity in new generic import formatLéo Geoffroy2024-11-136-58/+157
|
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵Julien HENRY2024-10-246-17/+12
| | | | plugin API
* NO-JIRA improved performance of tests in sonar-scanner-engine modulelukasz-jarocki-sonarsource2024-10-2314-37/+74
|
* SONAR-23098 Parse dependencies in the FOSSA reportJulien HENRY2024-10-211-0/+4
|
* SONAR-23250 Revert changes made in the plugin API for ActiveRuleJulien HENRY2024-10-2111-13/+183
|
* SONAR-23250 handle impacts on active rules in scanner engineLéo Geoffroy2024-10-166-4/+107
|
* NO-JIRA Fix the Quality GateMatteo Mara2024-10-153-9/+8
|
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-144-16/+16
|
* SONAR-23327 Update tests to Junit5Matteo Mara2024-10-112-56/+56
|
* SONAR-23327 Implement addTelemetryProperty in the scanner engineMatteo Mara2024-10-1111-68/+465
|
* SONAR-23133 move hamcrest-core dependency to hamcrest. remove obsolete ↵Steve Marion2024-10-071-1/+1
| | | | exclusion of hamcrest from mockito.
* SONAR-23133 removing com.squareup.okio:okio direct dependencySteve Marion2024-10-071-1/+0
|
* SONAR-23013 Improve coverageJulien HENRY2024-09-272-7/+35
|
* SONAR-23013 Fix the usage of BouncycastleJulien HENRY2024-09-271-6/+15
| | | | | * BC is a multi-release JAR, so the flag has to be preserved in the scanner engine shaded jar * Not sure it was needed, but I decided to not install BC as a Security Provider, and only use it to load the pkcs12 certificate
* SONAR-18941 Dont run flaky test on macosantoine.vinot2024-09-261-9/+5
|
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-181-4/+5
| | | | | | | Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com> Co-authored-by: Stanislav <31501873+stanislavhh@users.noreply.github.com> Co-authored-by: Viktor Vorona <viktor.vorona@sonarsource.com> Co-authored-by: OrlovAlexander <35396155+OrlovAlexander85@users.noreply.github.com> Co-authored-by: stanislavh <stanislav.honcharov@sonarsource.com>
* SONAR-23013 Support PKCS12 truststore created by opensslJulien HENRY2024-09-172-6/+17
|
* SONAR-22914 Add a Sensor to import FOSSA resultsJulien HENRY2024-09-122-4/+13
|
* SONAR-22914 Move the ScannerMediumTester to testFixturesJulien HENRY2024-09-127-61/+59
|
* SONAR-22537 add support for short and full description in adhoc rule created ↵Steve Marion2024-07-292-8/+40
| | | | from SARIF import.
* SONAR-22541 Import SARIF stacks as issue flowsJulien HENRY2024-07-264-70/+187
|
* SONAR-22538 Import SARIF related locations as secondary issue locationsJulien HENRY2024-07-252-3/+31
|
* NO-JIRA Fix Quality Gate IssuesMatteo Mara2024-07-251-1/+0
|
* SONAR-22603 Use generated code for the SARIF parserJulien HENRY2024-07-2418-140/+141
|
* SONAR-22542 Index new STIG security standardLéo Geoffroy2024-07-231-0/+5
|
* Revert "SONAR-22447 jakarta-annotation-api version bump"Matteo Mara2024-07-021-1/+1
| | | | This reverts commit f4ea3e9ab60aad9d268aad316f8fb13f1c54aa8b.
* SONAR-22447 jakarta-annotation-api version bumplukasz-jarocki-sonarsource2024-07-011-1/+1
|
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-1/+1
|
* SONAR-22152 Remove JGit workaroundEric Giffon2024-06-201-12/+0
| | | | No longer needed as the update to JGit 6.10 fixes the issue.
* SONAR-22423 Prevent log message about optional autowired constructorEric Giffon2024-06-181-1/+1
|
* Fix stacktrace in the Json outputJulien HENRY2024-05-132-4/+12
|
* Log the max memory allocated to the scanner engineJulien HENRY2024-05-131-0/+4
|
* SONAR-22152 Silent NoClassDefFoundError: ThrowableProxy from JGitJulien HENRY2024-05-131-0/+12
|
* Change log level to debug for user cacheJulien HENRY2024-05-131-1/+1
|
* Log the Java versionJulien HENRY2024-05-131-0/+15
|
* Unwrap MessageExceptionJulien HENRY2024-05-132-34/+91
|
* SONAR-22194 Use Okhttp interceptor to log requestsJulien HENRY2024-05-072-65/+66
|
* Fix some quality flawsJulien HENRY2024-05-024-23/+26
|